CreateProductCategoryInput
No description
input CreateProductCategoryInput {
eventId: ID!
name: String!
parentId: ID
imageUrl: String
color: String
limit: Int
translations: [ProductCategoryTranslationInput!]
fieldDefinitionIds: [ID!]
withEvent: [ProductCategoryWithEventInput!]
}
Fields
CreateProductCategoryInput.eventId
● ID!
non-null scalar
CreateProductCategoryInput.name
● String!
non-null scalar
CreateProductCategoryInput.parentId
● ID
scalar
CreateProductCategoryInput.imageUrl
● String
scalar
CreateProductCategoryInput.color
● String
scalar
CreateProductCategoryInput.limit
● Int
scalar
CreateProductCategoryInput.translations
● [ProductCategoryTranslationInput!]
list input
CreateProductCategoryInput.fieldDefinitionIds
● [ID!]
list scalar
Add field definitions related to the category.
CreateProductCategoryInput.withEvent
● [ProductCategoryWithEventInput!]
list input
Member Of
createProductCategory
mutation