INPUT_OBJECT

LensField_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input LensField_Filter {
  • # Name of field shown locally in Ask Data. If null or empty, use name inherited
  • # from datasource field.
  • name: String
  • # Name of field shown locally in Ask Data. If null or empty, use name inherited
  • # from datasource field.
  • 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