INPUT_OBJECT

Column_Required_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Column_Required_Filter {
  • # Name of column
  • name: String
  • # Name of column
  • 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