UpdateSubmissionTypeInput
Provides the fields and values to use when updating a submission type.
input UpdateSubmissionTypeInput {
id: ID!
name: String
}
Fields
UpdateSubmissionTypeInput.id ● ID! non-null scalar
Specifies the submission type to update.
UpdateSubmissionTypeInput.name ● String scalar
The name of the submission type.
Member Of
updateSubmissionType mutation