Skip to main content

SubmissionType

Represents information about a submission type.

type SubmissionType {
id: ID!
name: String
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.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