Skip to main content
Version: Canary 🚧

MenuCreateInput

No description

input MenuCreateInput {
name: String!
slug: String
items: [MenuItemInput!]
}

Fields

Name of the menu.

Slug of the menu. Will be generated if not provided.

List of menu items.

Member of

menuCreate mutation


Was this page helpful?