INPUT_OBJECT

SearchOptionsInputType

This contains a list of search options that are passed in with the search query

link GraphQL Schema definition

  • input SearchOptionsInputType {
  • # The current page of the search results
  • page: Int
  • # The number of search results per page
  • perPage: Int
  • # Custom parameters via with
  • with: JSON
  • }

link Require by