Types
NavigationResult
A scored navigation search result. Returned by Query.searchNavigation; used to route a member to a page in the community app.
object
NavigationResultFields
access
String
Access hint describing how to reach this page in the UI.
audience
String!
Who the page is for: 'host' (host/moderator only) or 'member'.
name
String!
Display name of the page.
params
[NavigationParam!]!
Placeholders in the path and how to resolve them. Empty for static paths.
path
String!
URL path for the page. May be a template with placeholders (e.g. '/spaces/:spaceId/feed') — see params.
score
Int!
Keyword-match score; higher means more relevant.
section
String!
Section the page belongs to (e.g. 'Network Settings', 'Space Pages').