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