INPUT_OBJECT

ProductFilter

Fields of a product which can be passed to queries as filters.

link GraphQL Schema definition

  • input ProductFilter {
  • # Unique knowledge base identifier
  • id: ID
  • # Arbitrary id defined by the user, e.g. to identify the object in an application
  • sourceId: ID
  • }

link Require by