INPUT_OBJECT

FlowFieldInputField_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input FlowFieldInputField_Filter {
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [String]
  • # Unique identifier used by the metadata API
  • id: ID
  • # Unique identifier used by the metadata API
  • idWithin: [ID]
  • }

link Require by