updateCustomNavItemsInput
Autogenerated input type of updateCustomNavItems
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of updateCustomNavItems"""input updateCustomNavItemsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Custom Sidebar Override Brand ID """ brand_id: ID!
""" Custom Sidebar Override ID """ custom_nav_item_id: ID!
""" Custom Nav Item Params """ update_custom_nav_item_params: UpdateCustomNavItemInputs!}