INPUT_OBJECT

HierarchyField_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input HierarchyField_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]
  • # True if the field is hidden
  • isHidden: Boolean
  • # True if the field is hidden
  • isHiddenWithin: [Boolean]
  • # Filter the output based on text query.
  • text: String
  • }

link Require by