Was this helpful?
In order for content to be returned when listing itineraries for a profile, the
Itinerary must be published
as well as have the listed
property set.
When querying using a public scoped access token:
listed
set to true will not be
returned when requesting itineraries for a profilepublished
will be returned.If you are using your secret key, you will be able to retrieve all your content regardless of the discoverability controls.
true
for this listed attribute. You
should also consider the appropriate SEO tags, such as setting noindex
.
1query GetItineraryIsListed {
2 itinerary(id: "itinerary/123") {
3 id
4
5 # Determine if this content should be discoverable
6 # Must be a boolean returning with exactly true
7 listed: attrValue(id: "itinerary/listed")
8 }
9}
Sandbox: Configure | Try Operation
Copyright © 2025 - Made with love ❤️ in Australia.