OrganizationSitesConnectionEdge
OrganizationSitesConnectionEdge
cursorstring Required
nodeobject
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
Was this section helpful?
Show child attributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"cursor": null,
"node": {
"createdAt": null,
"id": null,
"lastUpdatedAt": null,
"marketType": "AIRPORT_TRANSPORTATION",
"name": null,
"orgId": null,
"users": {
"edges": [
{
"cursor": null,
"node": {
"email": null,
"firstName": null,
"id": null,
"lastName": null,
"roles": {
"__typename": ""
}
}
}
],
"pageInfo": {
"endCursor": null,
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null
}
}
}
}