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

  1. George Batschinski
  2. BaaS Comparison
Public

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

All Open_Source_Proprietaries

This GraphQL query fetches All Open_Source_Proprietaries


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
query allOpen_Source_Proprietaries {
      open_Source_Proprietaries (skip: 0, limit: 3) {
        results {
          ACL
          BaaS_Vendor (skip: 0, limit: 3) {
            results {
              id
            }
          }
          Framework
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "open_Source_Proprietaries": {
      "results": [
        {
          "ACL": null,
          "BaaS_Vendor": {
            "results": [
              {
                "id": "H6BBEXT8AP"
              },
              {
                "id": "LRnCDr8HkO"
              },
              {
                "id": "TzuN4BWYe6"
              }
            ]
          },
          "Framework": "Open-Source",
          "createdAt": "2020-05-11T15:58:56.188Z",
          "id": "KkChoPP2KP",
          "updatedAt": "2020-05-12T14:34:57.919Z"
        },
        {
          "ACL": null,
          "BaaS_Vendor": {
            "results": [
              {
                "id": "4IU7xXlsVR"
              },
              {
                "id": "60PfOGHR3V"
              },
              {
                "id": "Ah4Y6iKS3D"
              }
            ]
          },
          "Framework": "Proprietary",
          "createdAt": "2020-05-11T15:59:02.786Z",
          "id": "mihcEMXG6j",
          "updatedAt": "2020-05-12T14:34:27.563Z"
        }
      ]
    }
  }
}