Describes the ids parameter used for guid filtering, as part of the GraphQL API used for the Optimizely querying service.
Theids parameter lets you filter GUIDs through theContentLink.GuidValue property. This parameter is an array of GUIDs.
ids
ContentLink.GuidValue
{ BiographyPage ( locale: en, ids: ["64ea99b4-fe38-43b7-a993-20ceb333861a"] ) { Name, ContentLink{GuidValue} }}
Updated 2 months ago