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