GraphQL v2ApiQueriesuseruserNo description user( id: Int login: String): IBaseUser! Arguments user.id ● Int scalar User unique identifier user.login ● String scalar User login email Type IBaseUser interface Interface for the BaseUser Type, where both Contacts and Customers derive from