INPUT_OBJECT

BinField_Required_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input BinField_Required_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. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • }

link Require by

This element is not required by anyone