Skip to main content

externalLogout Mutation

Logout user by custom plugin.

externalLogout(
input: JSONString!
pluginId: String!
): ExternalLogout
Show return type

Arguments

input ● JSONString!

The data required by plugin to proceed the logout process.

pluginId ● String!

The ID of the authentication plugin.

Type

ExternalLogout

Logout user by custom plugin.