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 users
User assigned to data.
ExternalVerify.isValid
● Boolean!
non-null scalar miscellaneous
Determine if authentication data is valid or not.
ExternalVerify.verifyData
● JSONString
scalar miscellaneous
External data.
ExternalVerify.accountErrors
● [AccountError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ExternalVerify.errors
● [AccountError!]!
non-null object users
Returned By
externalVerify
mutation