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 deprecatedHide deprecated
accountErrors ● [AccountError!]!
DEPRECATED
Use errors field instead.
Returned By
externalLogout mutation