user
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR (('user is authenticated') AND ('userId if present in input matches JWT'))
user(
id: Int
login: String
): IBaseUser!
Arguments
user.id ● Int scalar
The unique identifier of the user.
user.login ● String scalar
User login email
Type
IBaseUser interface
Interface for the BaseUser Type, where both Contacts and Customers derive from