London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...

Guid filtering

This topic describes the ids parameter used for Guid filtering, as part of the GraphQL API used for the Optimizely querying service.

How it works

The ids parameter makes it possible to filter Guids through the  ContentLink.GuidValue property. This parameter is an array of Guids.

Request example:

{
  BiographyPage (
    ids: ["64ea99b4-fe38-43b7-a993-20ceb333861a"]
  )
  {
    Name,
    ContentLink{GuidValue}
  }
}

Last updated: Jul 29, 2021