This GraphQL query fetches All Installations
0
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
34
35
query allInstallations { installations (skip: 0, limit: 3) { results { ACL GCMSenderId amministrativo appIdentifier appName appVersion avvisi badge bandi channels { ...on Element { value } } comunicazioni createdAt culturale demografico deviceToken deviceType elettorale eventi id installationId localeIdentifier parseVersion pushType tecnico timeZone updatedAt } } }
{ "data": { "installations": { "results": [ { "ACL": null, "GCMSenderId": null, "amministrativo": null, "appIdentifier": "com.tuhinCompany.newNewsHawker", "appName": "Feedwes", "appVersion": "1", "avvisi": null, "badge": 0, "bandi": null, "channels": null, "comunicazioni": null, "createdAt": "2017-07-31T09:02:37.835Z", "culturale": null, "demografico": null, "deviceToken": "devicetoken417", "deviceType": "ios", "elettorale": null, "eventi": null, "id": "9jGGzFWwSb", "installationId": "f7194765-dc0a-49d7-b786-774a0351cef1", "localeIdentifier": "fr-BE", "parseVersion": "1.14.2", "pushType": null, "tecnico": null, "timeZone": "Europe/Paris", "updatedAt": "2019-12-21T03:08:13.168Z" }, { "ACL": null, "GCMSenderId": null, "amministrativo": null, "appIdentifier": "com.tuhinCompany.newNewsHawker", "appName": "Feedwes", "appVersion": "1", "avvisi": null, "badge": 0, "bandi": null, "channels": null, "comunicazioni": null, "createdAt": "2017-08-01T13:58:31.758Z", "culturale": null, "demografico": null, "deviceToken": "devicetoken429", "deviceType": "ios", "elettorale": null, "eventi": null, "id": "9xpTqihwVK", "installationId": "050e60aa-d358-4e18-b57c-83fb6816ff39", "localeIdentifier": "en-IN", "parseVersion": "1.14.2", "pushType": null, "tecnico": null, "timeZone": "Asia/Kolkata", "updatedAt": "2019-12-21T03:08:13.428Z" }, { "ACL": null, "GCMSenderId": null, "amministrativo": null, "appIdentifier": "com.tuhinCompany.newNewsHawker", "appName": "Feedwes", "appVersion": "1", "avvisi": null, "badge": 0, "bandi": null, "channels": null, "comunicazioni": null, "createdAt": "2017-08-01T03:27:37.954Z", "culturale": null, "demografico": null, "deviceToken": "devicetoken1680", "deviceType": "ios", "elettorale": null, "eventi": null, "id": "cQ4SsvYS67", "installationId": "758f4064-b7ed-4e86-a134-2ca962e30e7d", "localeIdentifier": "en-IN", "parseVersion": "1.14.2", "pushType": null, "tecnico": null, "timeZone": "Asia/Dubai", "updatedAt": "2019-12-21T03:08:28.510Z" } ] } } }