DestroySessionInput
No description
input DestroySessionInput {
clientMutationId: String
}
Fields
DestroySessionInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
destroySession
mutation