Skip to main content
Version: 3.x

ExternalVerify

Verify external authentication data by plugin.

type ExternalVerify {
user: User
isValid: Boolean!
verifyData: JSONString
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

ExternalVerify.user ● User object

User assigned to data.

ExternalVerify.isValid ● Boolean! non-null scalar

Determine if authentication data is valid or not.

ExternalVerify.verifyData ● JSONString scalar

External data.

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

DEPRECATED

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

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

Returned by

externalVerify mutation


Was this page helpful?