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