INPUT_OBJECT

Node_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Node_Filter {
  • # 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