SubmissionType
Represents information about a submission type.
type SubmissionType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
SubmissionType.id ● ID! non-null scalar
Submission type's unique identifier.
SubmissionType.name ● String scalar
The submission type's name.
SubmissionType.group ● TypeGroup object
The group this type belongs to.
SubmissionType.groupId ● ID scalar
The identifier of the group this type belongs to.
SubmissionType.sortOrder ● Int scalar
The order/placement of the type within its group.
SubmissionType.createdAt ● DateTimeTz! non-null scalar
The date and time when the submission type was created.
SubmissionType.updatedAt ● DateTimeTz! non-null scalar
The date and time when the submission type was last updated.
SubmissionType.deletedAt ● DateTimeTz scalar
The date and time when the submission type was deleted.
Returned By
createSubmissionType mutation ● deleteSubmissionType mutation ● restoreSubmissionType mutation ● submissionType query ● updateSubmissionType mutation
Member Of
Submission object ● SubmissionTypeEdge object