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

  1. George Batschinski
  2. BaaS Comparison
Public

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

All Baas_Providers

This GraphQL query fetches All Baas_Providers


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
query allBaas_Providers {
      baas_Providers (skip: 0, limit: 3) {
        results {
          ACL
          Description
          Features_List (skip: 0, limit: 3) {
            results {
              id
            }
          }
          Framework
          Hosting_Options (skip: 0, limit: 3) {
            results {
              id
            }
          }
          Name
          Pricing (skip: 0, limit: 3) {
            results {
              id
            }
          }
          Support_Plans (skip: 0, limit: 3) {
            results {
              id
            }
          }
          Website
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "baas_Providers": {
      "results": [
        {
          "ACL": null,
          "Description": "Open-Source backend platform to create apps without reinventing the wheel. ",
          "Features_List": {
            "results": []
          },
          "Framework": "Open-Source",
          "Hosting_Options": {
            "results": [
              {
                "id": "6E2sFdKfBg"
              },
              {
                "id": "EJ3c9QeDI9"
              },
              {
                "id": "HP7KkuyFRE"
              }
            ]
          },
          "Name": "01. Back4app",
          "Pricing": {
            "results": [
              {
                "id": "6LGBuNwnyF"
              },
              {
                "id": "Fz0xN91FGk"
              },
              {
                "id": "IfhnPzEQRj"
              }
            ]
          },
          "Support_Plans": {
            "results": [
              {
                "id": "7mFK9TqEME"
              },
              {
                "id": "81vFd3o67i"
              },
              {
                "id": "Fo9aFaajzf"
              }
            ]
          },
          "Website": "https://www.back4app.com",
          "createdAt": "2020-05-09T19:35:10.448Z",
          "id": "VOQl0BlX1K",
          "updatedAt": "2020-05-12T14:10:23.386Z"
        },
        {
          "ACL": null,
          "Description": "Open source application stack to build applications faster.",
          "Features_List": {
            "results": [
              {
                "id": "0cl1G6y6jz"
              },
              {
                "id": "2BpEOWM7DZ"
              },
              {
                "id": "FXGF7h1KLp"
              }
            ]
          },
          "Framework": "Open-Source",
          "Hosting_Options": {
            "results": [
              {
                "id": "6E2sFdKfBg"
              },
              {
                "id": "UC2yE1YsEu"
              }
            ]
          },
          "Name": "02. Parse",
          "Pricing": {
            "results": [
              {
                "id": "Oz2h5YPouq"
              }
            ]
          },
          "Support_Plans": {
            "results": [
              {
                "id": "cFNQHVsWnE"
              },
              {
                "id": "zEa5RkLhyv"
              }
            ]
          },
          "Website": "https://parseplatform.org",
          "createdAt": "2020-05-09T19:54:34.968Z",
          "id": "TzuN4BWYe6",
          "updatedAt": "2020-05-12T14:10:19.165Z"
        },
        {
          "ACL": null,
          "Description": "Firebase is a mobile and web application development platform owned by Google.",
          "Features_List": {
            "results": [
              {
                "id": "6LLJUiyAJ9"
              },
              {
                "id": "6VIrkryVD3"
              },
              {
                "id": "IjccjnDr10"
              }
            ]
          },
          "Framework": "Proprietary",
          "Hosting_Options": {
            "results": [
              {
                "id": "HP7KkuyFRE"
              },
              {
                "id": "SdwOdzH1w4"
              }
            ]
          },
          "Name": "10. Firebase",
          "Pricing": {
            "results": [
              {
                "id": "AQoXjaJxMn"
              },
              {
                "id": "On8fRiFFYN"
              }
            ]
          },
          "Support_Plans": {
            "results": [
              {
                "id": "81vFd3o67i"
              },
              {
                "id": "Fo9aFaajzf"
              },
              {
                "id": "cFNQHVsWnE"
              }
            ]
          },
          "Website": "https://firebase.google.com/",
          "createdAt": "2020-05-09T19:59:17.832Z",
          "id": "4IU7xXlsVR",
          "updatedAt": "2020-05-12T14:11:07.386Z"
        }
      ]
    }
  }
}