HomeDev guideRecipesAPI ReferenceGraphQL
Dev guideUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback

Parameters

Describes parameters for methods available with the GraphQL API, used for the Optimizely querying service, when retrieving content in Optimizely solutions.

Each method in the API contains the following parameters:

  • locale – Routes the request to the language indices where content has been indexed to, and applies language analysis in search.
  • where – Filters content based on criteria.
  • orderBy – Orders the results by relevance or fields.
  • skip – Skips n number of items from the top.
  • limit – The number of items to return.
  • facets – Specifies the fields that should return facets that can be used for filtering, which consist of values and their hit counts.
  • ids – Filters Guids by ContentLink.GuidValue property.
  • cursor – Fetch results by a cursor value.