Skip to main content

DeleteHubLibraryResourcePayload

The output of our delete HubLibraryResource mutation.

type DeleteHubLibraryResourcePayload {
clientMutationId: String
hubLibraryResource: HubLibraryResource
deletedHubLibraryResourceNodeId: ID
query: Query
hub: Hub
libraryResource: LibraryResource
hubLibraryResourceEdge(
orderBy: [HubLibraryResourcesOrderBy!] = [PRIMARY_KEY_ASC]
): HubLibraryResourcesEdge
}

Fields

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

DeleteHubLibraryResourcePayload.hubLibraryResource ● HubLibraryResource object

The HubLibraryResource that was deleted by this mutation.

DeleteHubLibraryResourcePayload.deletedHubLibraryResourceNodeId ● ID scalar

DeleteHubLibraryResourcePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

DeleteHubLibraryResourcePayload.hub ● Hub object

Reads a single Hub that is related to this HubLibraryResource.

DeleteHubLibraryResourcePayload.libraryResource ● LibraryResource object

Reads a single LibraryResource that is related to this HubLibraryResource.

DeleteHubLibraryResourcePayload.hubLibraryResourceEdge ● HubLibraryResourcesEdge object

An edge for our HubLibraryResource. May be used by Relay 1.

DeleteHubLibraryResourcePayload.hubLibraryResourceEdge.orderBy ● [HubLibraryResourcesOrderBy!] list enum

The method to use when ordering HubLibraryResource.

Returned By

deleteHubLibraryResource mutation ● deleteHubLibraryResourceByHubIdAndLibraryResourceId mutation ● deleteHubLibraryResourceByNodeId mutation