OBJECT
type User implements UserPlain {_id: ID active: Boolean company: Company created: String email: String role: String scope: String # Arguments# where: products(where: ProductInput): [Product] # Arguments# where: group(where: ProductInput): Group }