Skip to content

createCustomNavItemInput

Autogenerated input type of createCustomNavItem

Fields

deprecated DO NOT USE
brand_id · ID! · required · Brand ID
custom_nav_item_params · CustomNavItemInputs! · required · The Custom Sidebar Override inputs

Used By

Definition

"""
Autogenerated input type of createCustomNavItem
"""
input createCustomNavItemInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Brand ID
"""
brand_id: ID!
"""
The Custom Sidebar Override inputs
"""
custom_nav_item_params: CustomNavItemInputs!
}