INPUT_OBJECT

LazyStorageDiffActionFilter

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

link GraphQL Schema definition

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