NavUpdateInput
The input for updating a Nav.
input NavUpdateInput {
href: String
label: String
navId: ID!
position: Int
}
Fields
NavUpdateInput.href ● String scalar
Where this Nav link should lead to. Can be an absolute or relative url. 768 character limit.
NavUpdateInput.label ● String scalar
The label for this Nav, limit 64 characters.
NavUpdateInput.navId ● ID! non-null scalar
NavUpdateInput.position ● Int scalar
Where this Nav should be located with respect to other Navs. Need not be sequential or unique.
Member of
updateNav mutation