externalLogout Mutation
Logout user by custom plugin.
externalLogout(
input: JSONString!
pluginId: String!
): ExternalLogout
Details
type ExternalLogout {
logoutData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
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.