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