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

  1. CubyCode
  2. Feedews - News Mobile App Template for Android/iOS
Public

10
10
10
10
  • 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
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"
        }
      ]
    }
  }
}