UpdateExternalSharePayload
The output of our update ExternalShare mutation.
type UpdateExternalSharePayload {
clientMutationId: String
externalShare: ExternalShare
query: Query
}
Fields
UpdateExternalSharePayload.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.
UpdateExternalSharePayload.externalShare ● ExternalShare object
The ExternalShare that was updated by this mutation.
UpdateExternalSharePayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
Returned By
updateExternalShare mutation ● updateExternalShareByNodeId mutation