UpdateHubInput
All input for the updateHub mutation.
input UpdateHubInput {
clientMutationId: String
patch: HubPatch!
id: String!
}
Fields
UpdateHubInput.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.
UpdateHubInput.patch ● HubPatch! non-null input
An object where the defined keys will be set on the Hub being updated.
UpdateHubInput.id ● String! non-null scalar
Member Of
updateHub mutation