The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. CubyCode
  2. Classify | Classifieds App Template iOS/Android
Public

15
18
15
18
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Installations

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": null,
          "appIdentifier": "umeonline.net",
          "appName": "woopy",
          "appVersion": "1",
          "badge": 0,
          "channels": null,
          "createdAt": "2017-03-10T09:15:52.937Z",
          "deviceToken": null,
          "deviceType": "ios",
          "id": "6cbQvOPxqK",
          "installationId": "9836e4bd-1b94-4358-a278-8dda6ed85cf7",
          "localeIdentifier": "zh-CN",
          "parseVersion": "1.14.2",
          "pushType": null,
          "timeZone": "Asia/Shanghai",
          "updatedAt": "2019-12-21T03:04:07.643Z",
          "userID": "ygtFOizJI0",
          "username": "username1"
        },
        {
          "ACL": null,
          "GCMSenderId": null,
          "appIdentifier": "com.flicker.SetLife",
          "appName": "com.fv.SetLife",
          "appVersion": "1",
          "badge": 0,
          "channels": null,
          "createdAt": "2017-10-07T12:46:02.029Z",
          "deviceToken": null,
          "deviceType": "ios",
          "id": "sbmOyiCJe3",
          "installationId": "ef9ae841-8b33-4640-94f6-d3f302649392",
          "localeIdentifier": "en-US",
          "parseVersion": "1.14.2",
          "pushType": null,
          "timeZone": "Asia/Karachi",
          "updatedAt": "2019-12-21T03:04:07.643Z",
          "userID": "5rAcJ2NLNt",
          "username": "username3"
        },
        {
          "ACL": null,
          "GCMSenderId": null,
          "appIdentifier": "com.flicker.SetLife",
          "appName": "com.fv.SetLife",
          "appVersion": "1",
          "badge": 0,
          "channels": null,
          "createdAt": "2017-10-03T14:42:31.459Z",
          "deviceToken": null,
          "deviceType": "ios",
          "id": "FH4UKQnt2f",
          "installationId": "a46f521d-4041-4990-ba21-1bf00f4591f8",
          "localeIdentifier": "en-US",
          "parseVersion": "1.14.2",
          "pushType": null,
          "timeZone": "Asia/Karachi",
          "updatedAt": "2019-12-21T03:04:07.643Z",
          "userID": "BcXfKYwBat",
          "username": "username2"
        }
      ]
    }
  }
}