INPUT_OBJECT

GlobalFileSearchQueryInput

Description

Supported in v5.1+

link GraphQL Schema definition

  • input GlobalFileSearchQueryInput {
  • # Required. Supported in v5.1+
  • # Regex to match.
  • regex: String!
  • # Required. Supported in v5.1+
  • # Managed IDs of snappables to search across.
  • snappableIds: [String!]!
  • }