Skip to main content
Version: 3.x

ExternalLogout

Logout user by custom plugin.

type ExternalLogout {
logoutData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

ExternalLogout.logoutData ● JSONString scalar

The data returned by authentication plugin.

ExternalLogout.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ExternalLogout.errors ● [AccountError!]! non-null object

Returned by

externalLogout mutation


Was this page helpful?