CreateCategoryInput
No description
input CreateCategoryInput {
code: String!
description: String!
displayOrder: Int
id: UUID
subCategories: [CreateSubCategoryInput!]
}
Fields
CreateCategoryInput.code
● String!
non-null scalar
CreateCategoryInput.description
● String!
non-null scalar
CreateCategoryInput.displayOrder
● Int
scalar
CreateCategoryInput.id
● UUID
scalar
id is optional, if not provided an ID will be generated
CreateCategoryInput.subCategories
● [CreateSubCategoryInput!]
list input
Member Of
createCategories
mutation