OBJECT
Query
link GraphQL Schema definition
- type Query {
- : User
- # Arguments
- # page: Offset from the first record
- # per_page: Number of records returned for every request
- # email: Filter users having this email-id
- # phone: Filter users having this phone number
- # house_id: Filter users which are current tenants of this house
- (: Int, : Int, : String, : String, : Int): [User]
- }
link Require by
This element is not required by anyone