ExternalLogout
Logout user by custom plugin.
type ExternalLogout {
logoutData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
ExternalLogout.logoutData
● JSONString
scalar miscellaneous
The data returned by authentication plugin.
ExternalLogout.accountErrors
● [AccountError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ExternalLogout.errors
● [AccountError!]!
non-null object users
Returned By
externalLogout
mutation