HomeDev guideAPI ReferenceGraphQL
Dev guideUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Fields selection

The supported methods for selecting fields that are returned.

👍

Beta

The Optimizely Graph .NET Client is in beta. Contact your Customer Success Manager for information.

You must have at least one of the following fields in your typed query:

  • Total – The total number of hits.
  • Fields – The fields you expect in response.
  • Facets – The facets by one or many fields.
  • AutoComplete – The autocomplete values.
  • Cursor – The cursor (scroll ID) for your query.

The query builder will throw an ArgumentNullException error if no fields are selected.