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