RevokeShareLinkInput
Autogenerated input type of RevokeShareLink
input RevokeShareLinkInput {
clientMutationId: String
token: String!
}
Fields
RevokeShareLinkInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RevokeShareLinkInput.token ● String! non-null scalar common
Token of the share link to revoke
Member Of
revokeShareLink mutation