INPUT_OBJECT

CapabilityFilter

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

link GraphQL Schema definition

  • input CapabilityFilter {
  • # 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 a reference to a semantic describing the capability
  • semanticReferenceId: ID
  • }

link Require by