INPUT_OBJECT

ProcessFilter

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

link GraphQL Schema definition

  • input ProcessFilter {
  • # 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