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

  1. CubyCode
  2. Woopy | Listings + Chat Web Template (PHP)
Public

19
33
19
33
  • 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": "senderid177",
          "appIdentifier": "woopy.domain.com.woopy",
          "appName": "woopy",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-12-26T16:22:43.647Z",
          "deviceToken": "devicetoken351",
          "deviceType": "android",
          "id": "N1XziHI4g1",
          "installationId": "274875b6-2137-4a9e-a1d9-186d4b8da669",
          "localeIdentifier": "en-US",
          "parseVersion": "1.16.4",
          "pushType": "gcm",
          "timeZone": "Asia/Calcutta",
          "updatedAt": "2019-12-21T03:02:20.718Z",
          "userID": "Rqk59vk9ch",
          "username": "username222"
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid381",
          "appIdentifier": "woopy.domain.com.woopy",
          "appName": "woopy",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-12-27T18:39:29.272Z",
          "deviceToken": "devicetoken710",
          "deviceType": "android",
          "id": "kUXQh2wfW0",
          "installationId": "a3bc4d96-24af-449b-b350-4e91445bf29e",
          "localeIdentifier": "tr-TR",
          "parseVersion": "1.16.3",
          "pushType": "gcm",
          "timeZone": "Europe/Istanbul",
          "updatedAt": "2019-12-21T03:02:20.860Z",
          "userID": "DHEOFegAp9",
          "username": "username470"
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid187",
          "appIdentifier": "woopy.domain.com.woopy",
          "appName": "woopy",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-12-26T17:23:56.672Z",
          "deviceToken": "devicetoken373",
          "deviceType": "android",
          "id": "OEZt7WfMB9",
          "installationId": "55cf0908-46b9-483f-8b95-50b736b9ba74",
          "localeIdentifier": "ko-KR",
          "parseVersion": "1.16.3",
          "pushType": "gcm",
          "timeZone": "Asia/Seoul",
          "updatedAt": "2019-12-21T03:02:20.967Z",
          "userID": "Xnc9P8ZlAh",
          "username": "username233"
        }
      ]
    }
  }
}