INPUT_OBJECT

TargetFilterInput

Description

Filter for target query request.

link GraphQL Schema definition

  • input TargetFilterInput {
  • # Field from which query should be filtered.
  • field: TargetQueryFilterField
  • # Value of the field.
  • text: String
  • # List of value for the field.
  • textList: [String!]
  • }

link Require by