ExternalLogout Object
Logout user by custom plugin.
type ExternalLogout {
logoutData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
logoutData ● JSONString
The data returned by authentication plugin.
errors ● [AccountError!]!
Show deprecated
Returned By
externalLogout mutation