Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

User OAuth Disconnect mutation.

Operation details

FieldValue
NameuserOauthDisconnect
GroupOAuth
TypeMutation
SignatureuserOauthDisconnect(input: UserOAuthDisconnectInput!): OAuthDisconnectPayload!

Playground

Query

Query
mutation UserOAuthDisconnect($input: UserOAuthDisconnectInput!) {
  userOauthDisconnect(input: $input) {
    disconnected
    provider
  }
}

Variables

Variables
{
  "input": {
    "provider": ""
  }
}