CreateSubmissionTypeInput
Provides the fields and values to use when creating a submission type.
input CreateSubmissionTypeInput {
name: String!
}
Fields
CreateSubmissionTypeInput.name
● String!
non-null scalar
The name of the submission type.
Member Of
createSubmissionType
mutation