UpdateHubPayload
The output of our update Hub mutation.
type UpdateHubPayload {
clientMutationId: String
hub: Hub
query: Query
parentHub: Hub
hubEdge(
orderBy: [HubsOrderBy!] = [PRIMARY_KEY_ASC]
): HubsEdge
}
Fields
UpdateHubPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
UpdateHubPayload.hub ● Hub object
The Hub that was updated by this mutation.
UpdateHubPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateHubPayload.parentHub ● Hub object
Reads a single Hub that is related to this Hub.
UpdateHubPayload.hubEdge ● HubsEdge object
An edge for our Hub. May be used by Relay 1.
UpdateHubPayload.hubEdge.orderBy ● [HubsOrderBy!] list enum
The method to use when ordering Hub.
Returned By
updateHub mutation ● updateHubByNodeId mutation