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

  1. CubyCode
  2. BuzzIt | Messaging app template for Android/iOS
Public

11
15
11
15
  • 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": "senderid21",
          "appIdentifier": "buzzit.domain.com.buzzit",
          "appName": "BuzzIt",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-04-17T19:46:51.683Z",
          "deviceToken": "devicetoken21",
          "deviceType": "android",
          "id": "6WGqHAVMUA",
          "installationId": "09bbe9a9-3996-4593-960d-6483c29887ba",
          "localeIdentifier": "pt-BR",
          "parseVersion": "1.13.1",
          "pushType": "gcm",
          "timeZone": "America/Sao_Paulo",
          "updatedAt": "2019-12-21T03:08:46.341Z",
          "userID": "H1YdqKleeo",
          "username": "username21"
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid43",
          "appIdentifier": "buzzit.domain.com.buzzit",
          "appName": "BuzzIt",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-04-18T03:54:00.137Z",
          "deviceToken": "devicetoken39",
          "deviceType": "android",
          "id": "CZESAuFlsH",
          "installationId": "61b9be5b-0787-4308-aa48-1bb0f3d22965",
          "localeIdentifier": "en-US",
          "parseVersion": "1.13.1",
          "pushType": "gcm",
          "timeZone": "America/New_York",
          "updatedAt": "2019-12-21T03:08:46.341Z",
          "userID": "iXDLl0rTem",
          "username": "username42"
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid37",
          "appIdentifier": "buzzit.domain.com.buzzit",
          "appName": "BuzzIt",
          "appVersion": "1.0",
          "badge": null,
          "channels": null,
          "createdAt": "2017-04-10T08:59:57.405Z",
          "deviceToken": "devicetoken35",
          "deviceType": "android",
          "id": "AxYDLAv9Kl",
          "installationId": "e85dd256-77d6-4077-832d-c388a3e9f57d",
          "localeIdentifier": "en-US",
          "parseVersion": "1.13.1",
          "pushType": "gcm",
          "timeZone": "Europe/Rome",
          "updatedAt": "2019-12-21T03:08:46.341Z",
          "userID": "Yxq9r74Fft",
          "username": "username36"
        }
      ]
    }
  }
}