INPUT_OBJECT

LazyStorageDiffKindFilter

Provides filters for checking equality of the property value of LazyStorageDiffKind type.

link GraphQL Schema definition

  • input LazyStorageDiffKindFilter {
  • # Matches if the property value equals to this filter value.
  • equalTo: LazyStorageDiffKind
  • # Matches if the property value does NOT equal to this filter value.
  • notEqualTo: LazyStorageDiffKind
  • # Matches if the property value is contained in these filter values.
  • in: [LazyStorageDiffKind!]
  • # Matches if the property value is NOT contained in these filter values.
  • notIn: [LazyStorageDiffKind!]
  • }