CreateCoordinationTypeInput
Provides the fields and values to use when creating a coordination type.
input CreateCoordinationTypeInput {
name: String!
}
Fields
CreateCoordinationTypeInput.name
● String!
non-null scalar
The name of the coordination type.
Member Of
createCoordinationType
mutation