INPUT_OBJECT

SearchableIDFilterInput

link GraphQL Schema definition

  • input SearchableIDFilterInput {
  • ne: ID
  • gt: ID
  • lt: ID
  • gte: ID
  • lte: ID
  • eq: ID
  • match: ID
  • matchPhrase: ID
  • matchPhrasePrefix: ID
  • multiMatch: ID
  • exists: Boolean
  • wildcard: ID
  • regexp: ID
  • range: [ID]
  • }

link Require by

This element is not required by anyone