Category
No description
type Category {
code: String!
description: String!
displayOrder: Int
id: UUID!
isDisabled: Boolean!
parentCategoryId: UUID
subCategories: [SubCategory!]
}
Fields
Category.code
● String!
non-null scalar
Category.description
● String!
non-null scalar
Category.displayOrder
● Int
scalar
Category.id
● UUID!
non-null scalar
Category.isDisabled
● Boolean!
non-null scalar
Category.parentCategoryId
● UUID
scalar
Category.subCategories
● [SubCategory!]
list object
Returned By
createCategories
mutation