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