INPUT_OBJECT

ProductApplicationFilter

Fields of a product application (Product metadata container) which can be passed to queries as filters.

link GraphQL Schema definition

  • input ProductApplicationFilter {
  • # Unique knowledge base identifier
  • id: ID
  • # Arbitrary id defined by the user, e.g. to identify the object in an application
  • sourceId: ID
  • # Id of the product the application is defined for
  • productId: ID
  • # ID of a process having this container as in- or output
  • processId: ID
  • # ID of a product containing this container's product within its bill of materials
  • parentProductId: ID
  • }

link Require by