CreateSubjectInput
No description
input CreateSubjectInput {
defaultComment: String
id: UUID
subject: String!
}
Fields
CreateSubjectInput.defaultComment
● String
scalar
CreateSubjectInput.id
● UUID
scalar
id is optional, if not provided an ID will be generated
CreateSubjectInput.subject
● String!
non-null scalar
Member Of
CreateSubCategoryInput
input