Skip to content

UpdateAssignmentTypeInput

Input for the updateAssignmentType mutation

graphql
input UpdateAssignmentTypeInput {
  description: String
  id: ID!
  name: String
}

Fields

UpdateAssignmentTypeInput.description ● String scalar

The description of the NamedNode

UpdateAssignmentTypeInput.id ● ID! non-null scalar

The id of the node to update

UpdateAssignmentTypeInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateAssignmentType mutation

Released under the MIT License.