Skip to main content

UpdateHubByNodeIdInput

All input for the updateHubByNodeId mutation.

input UpdateHubByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: HubPatch!
}

Fields

UpdateHubByNodeIdInput.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.

UpdateHubByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single Hub to be updated.

UpdateHubByNodeIdInput.patch ● HubPatch! non-null input

An object where the defined keys will be set on the Hub being updated.

Member Of

updateHubByNodeId mutation