UpdateExternalShareInput
All input for the updateExternalShare mutation.
input UpdateExternalShareInput {
clientMutationId: String
patch: ExternalSharePatch!
id: String!
}
Fields
UpdateExternalShareInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateExternalShareInput.patch ● ExternalSharePatch! non-null input
An object where the defined keys will be set on the ExternalShare being updated.
UpdateExternalShareInput.id ● String! non-null scalar
Member Of
updateExternalShare mutation