Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
User OAuth disconnect mutation.
userOauthDisconnect
userOauthDisconnect(input: OAuthDisconnectInput!): OAuthDisconnectPayload!
mutation UserOAuthDisconnect($input: OAuthDisconnectInput!) { userOauthDisconnect(input: $input) { disconnected provider } }
{ "input": { "provider": "" } }