Skip to main content

NavUpdateInput

The input for updating a Nav.

input NavUpdateInput {
href: String
label: String
navId: ID!
position: Int
}

Fields

Where this Nav link should lead to. Can be an absolute or relative url. 768 character limit.

The label for this Nav, limit 64 characters.

Where this Nav should be located with respect to other Navs. Need not be sequential or unique.

Member of

updateNav mutation