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

  1. CubyCode
  2. iRestaurant | Universal Restaurant App Template for Android/iOS
Public

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

All Galleries

This GraphQL query fetches All Galleries


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
query allGalleries {
      galleries (skip: 0, limit: 3) {
        results {
          ACL
          createdAt
          id
          image {
            url
            name
          }
          title
          updatedAt
        }
      }
    }
{
  "data": {
    "galleries": {
      "results": [
        {
          "ACL": null,
          "createdAt": "2017-07-05T06:56:13.860Z",
          "id": "oxuGWtICw5",
          "image": {
            "url": "https://parsefiles.back4app.com/cOV1o0Km3m8jnGg0xnVOA7lzdUshDLi5NoaJ9sTU/960fe6ad7a676f5f14adca1df0da63e8_download.jpg",
            "name": "960fe6ad7a676f5f14adca1df0da63e8_download.jpg"
          },
          "title": "Restaurant",
          "updatedAt": "2017-07-05T07:07:21.747Z"
        },
        {
          "ACL": null,
          "createdAt": "2018-08-30T09:55:30.480Z",
          "id": "Rz5m3xv7od",
          "image": {
            "url": "https://parsefiles.back4app.com/cOV1o0Km3m8jnGg0xnVOA7lzdUshDLi5NoaJ9sTU/bcd5ae6bcc23db341dba3c9f3bc662c6_image.jpg",
            "name": "bcd5ae6bcc23db341dba3c9f3bc662c6_image.jpg"
          },
          "title": "Image Title",
          "updatedAt": "2018-08-30T09:55:30.480Z"
        },
        {
          "ACL": null,
          "createdAt": "2018-06-19T06:35:29.281Z",
          "id": "TB5qVAh83F",
          "image": {
            "url": "https://parsefiles.back4app.com/cOV1o0Km3m8jnGg0xnVOA7lzdUshDLi5NoaJ9sTU/ba839fdf66c2f8915d4a005b4113e028_image.jpg",
            "name": "ba839fdf66c2f8915d4a005b4113e028_image.jpg"
          },
          "title": "Image Title",
          "updatedAt": "2018-06-19T06:35:29.281Z"
        }
      ]
    }
  }
}