UpdateHubLibraryResourcePayload
The output of our update HubLibraryResource mutation.
type UpdateHubLibraryResourcePayload {
clientMutationId: String
hubLibraryResource: HubLibraryResource
query: Query
hub: Hub
libraryResource: LibraryResource
hubLibraryResourceEdge(
orderBy: [HubLibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
): HubLibraryResourcesEdge
}
Fields
UpdateHubLibraryResourcePayload.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.
UpdateHubLibraryResourcePayload.hubLibraryResource ● HubLibraryResource object
The HubLibraryResource that was updated by this mutation.
UpdateHubLibraryResourcePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateHubLibraryResourcePayload.hub ● Hub object
Reads a single Hub that is related to this HubLibraryResource.
UpdateHubLibraryResourcePayload.libraryResource ● LibraryResource object
Reads a single LibraryResource that is related to this HubLibraryResource.
UpdateHubLibraryResourcePayload.hubLibraryResourceEdge ● HubLibraryResourcesEdge object
An edge for our HubLibraryResource. May be used by Relay 1.
UpdateHubLibraryResourcePayload.hubLibraryResourceEdge.orderBy ● [HubLibraryResourcesOrderBy!] list enum
The method to use when ordering HubLibraryResource.
Returned By
updateHubLibraryResource mutation ● updateHubLibraryResourceByHubIdAndLibraryResourceId mutation ● updateHubLibraryResourceByNodeId mutation