navs
List Navs.
Requires the publicnav/read permission.
navs(
after: String
before: String
first: Int
href: String
hrefPrefix: String
last: Int
navIds: [ID]
navLevel: Int
navType: String
): PublicNavConnection!
Arguments
navs.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
navs.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
navs.first
● Int
scalar
Returns the first n elements from the list.
navs.href
● String
scalar
navs.hrefPrefix
● String
scalar
navs.last
● Int
scalar
Returns the last n elements from the list.
navs.navIds
● [ID]
list scalar
navs.navLevel
● Int
scalar
navs.navType
● String
scalar
Type
PublicNavConnection
object
Paginate through PublicNavs