CreateHubInput
All input for the create Hub mutation.
input CreateHubInput {
clientMutationId: String
hub: HubInput!
}
Fields
CreateHubInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateHubInput.hub ● HubInput! non-null input
The Hub to be created by this mutation.
Member Of
createHub mutation