SubCategory
No description
type SubCategory {
code: String!
description: String!
displayOrder: Int
id: UUID!
isDisabled: Boolean!
parentCategoryId: UUID
subjects: [Subject!]
}
Fields
SubCategory.code
● String!
non-null scalar
SubCategory.description
● String!
non-null scalar
SubCategory.displayOrder
● Int
scalar
SubCategory.id
● UUID!
non-null scalar
SubCategory.isDisabled
● Boolean!
non-null scalar
SubCategory.parentCategoryId
● UUID
scalar
SubCategory.subjects
● [Subject!]
list object
Member Of
Category
object