INPUT_OBJECT

PropertyFilter

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

link GraphQL Schema definition

  • input PropertyFilter {
  • # 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 property.
  • semanticReferenceId: ID
  • }

link Require by