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
query allInstallations { installations (skip: 0, limit: 3) { results { ACL GCMSenderId appIdentifier appName appVersion badge channels { ...on Element { value } } createdAt deviceToken deviceType id installationId localeIdentifier parseVersion pushType timeZone updatedAt userID username } } }
{ "data": { "installations": { "results": [ { "ACL": null, "GCMSenderId": "170755635456", "appIdentifier": "domain.com.topics", "appName": "Topics", "appVersion": "1.0", "badge": null, "channels": null, "createdAt": "2017-06-20T11:09:48.238Z", "deviceToken": "APA91bFa3H_3gEqmFu9XcbixOnJrhTLvRVejLlOlrCjs28tAF4tRxuXA875kscXQv7rFMZHaHYLeI5yQnUIpiAUp28nYENh4Fwsb5l-ViRDGQwOJU4nWfFA9XI77Jid1BOTudB2Gd4UD", "deviceType": "android", "id": "HBbt4XlHof", "installationId": "51bfa6e3-f40a-4150-b42c-df259a5e3d6e", "localeIdentifier": "en-GB", "parseVersion": "1.15.6", "pushType": "gcm", "timeZone": "Asia/Baghdad", "updatedAt": "2017-06-20T11:15:54.441Z", "userID": "JG2bv5Ucic", "username": "ycyvucyc" }, { "ACL": null, "GCMSenderId": "170755635456", "appIdentifier": "domain.com.topics", "appName": "Topics", "appVersion": "1.0", "badge": null, "channels": null, "createdAt": "2017-06-01T12:42:27.338Z", "deviceToken": "APA91bHiSOM1UPdGmZYPwtdulB5wdLkx4cj5NNOg-nT2-YI19lTQdu9jfF8wstDFul5WP2yKErSNM6eviBBdTdREoly-mH6elChMmQrUmMFfRs9G6oXFeqGr5AHSmzoRRbstfH7-Z9Ss", "deviceType": "android", "id": "3Qx4CyGjDG", "installationId": "e2f62238-42b4-45d2-a926-ad3768e3f59b", "localeIdentifier": "en-GB", "parseVersion": "1.15.6", "pushType": "gcm", "timeZone": "Asia/Kolkata", "updatedAt": "2017-06-01T12:45:55.278Z", "userID": "T09TOUlA1A", "username": "mila" }, { "ACL": null, "GCMSenderId": null, "appIdentifier": "domain.com.topics", "appName": "Topics", "appVersion": "1.0", "badge": null, "channels": null, "createdAt": "2017-06-26T05:06:29.175Z", "deviceToken": "APA91bHcLST7jrD0qMnO_AuGnlCCzc1xicZLI0iFXIRngnIW0HVJvkdCdZT5jbPHP4UAKdoY8Xb6VLxuMxlD1BimDS6km1RgGldkIeZCHCW9JpYcz2uq8JXXG6wV7IPr0daV8p2T9CGs", "deviceType": "android", "id": "4dgcLv6LD5", "installationId": "94c7d408-39b8-4e81-8552-24665bc5974c", "localeIdentifier": "hu-HU", "parseVersion": "1.15.6", "pushType": "gcm", "timeZone": "Europe/Bucharest", "updatedAt": "2017-06-26T05:06:29.175Z", "userID": null, "username": null } ] } } }