{
"data": {
"users": {
"totalCount": 0,
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"total": 0,
"endCursor": "string"
},
"edges": [
{
"cursor": "string",
"node": {
"id": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"customRole": {
"id": "string",
"name": "string"
},
"directCustomer": true,
"createdAt": "2019-08-24T14:15:22Z",
"inviteStatus": "ACTIVE"
}
}
]
}
}
}