INPUT_OBJECT

NullableLazyStorageBigMapKeyFilter

Provides filters for big map key if the diff has it.

link GraphQL Schema definition

  • input NullableLazyStorageBigMapKeyFilter {
  • # Matches if the property values include this filter value.
  • includes: Micheline
  • # Matches if the property values do NOT include this filter value.
  • notIncludes: Micheline
  • # If the filter value is `true` then matches `null` property value. If the filter
  • # value is `false` then matches property values different from `null`.
  • isNull: Boolean
  • }