INPUT_OBJECT

Parameter_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Parameter_Filter {
  • # Name of the parameter's parent
  • parentName: String
  • # Name of the parameter's parent
  • parentNameWithin: [String]
  • # Name of parameter
  • name: String
  • # Name of parameter
  • 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]
  • }