Skip to main content

DeleteExternalSharePayload

The output of our delete ExternalShare mutation.

type DeleteExternalSharePayload {
clientMutationId: String
externalShare: ExternalShare
deletedExternalShareNodeId: ID
query: Query
}

Fields

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

DeleteExternalSharePayload.externalShare ● ExternalShare object

The ExternalShare that was deleted by this mutation.

DeleteExternalSharePayload.deletedExternalShareNodeId ● ID scalar

DeleteExternalSharePayload.query ● Query object

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

Returned By

deleteExternalShare mutation ● deleteExternalShareByNodeId mutation