user
Look up a user by ID or email address.
user(
id: ID
email: String
externalReference: String
): User
Arguments
user.id
● ID
scalar
ID of the user.
user.email
● String
scalar
Email address of the user.
user.externalReference
● String
scalar
External ID of the user.
Added in Saleor 3.10
Type
User
object
Represents user data.