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