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