Queries
helpCenterIndex
Fetch the navigation index for a help center by its ID. Returns null if not found. Use the returned hash when calling updateHelpCenterIndex to avoid clobbering concurrent edits.
QUERY
helpCenterIndex(id: ID!): HelpCenterIndexArguments
id
ID!
required
Returns
helpCenterId
ID!
The ID of the help center this index belongs to.
hash
String!
Opaque version token. Must be passed back to updateHelpCenterIndex to prevent overwriting concurrent changes.
Ordered, flat list of items that represents the navigation tree. Items reference their parent via parentId to reconstruct the hierarchy.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

