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

  1. AeroApps Pro
  2. Trisamuraya - App for Sushi Restaurants
Public

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

All Categories

This GraphQL query fetches All Categories


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 allCategories {
      categories (skip: 0, limit: 3) {
        results {
          ACL
          categoryMenu
          cityName
          containsFreeItems
          createdAt
          dashboardColor
          id
          image {
            url
            name
          }
          sort_tablet
          submenuIcon {
            url
            name
          }
          submenuIconWhite {
            url
            name
          }
          title
          titleEN
          updatedAt
        }
      }
    }
{
  "data": {
    "categories": {
      "results": [
        {
          "ACL": null,
          "categoryMenu": "Snacks and salads",
          "cityName": "Нур-Султан",
          "containsFreeItems": null,
          "createdAt": "2018-02-18T20:24:17.331Z",
          "dashboardColor": "#6d6d6d",
          "id": "01kwOtBY0z",
          "image": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/0bcb9222a2d90d4d8f86c266cd30f1b6_panini.png",
            "name": "0bcb9222a2d90d4d8f86c266cd30f1b6_panini.png"
          },
          "sort_tablet": null,
          "submenuIcon": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/017f034b134dd790929e0dc073b225a4_panini.svg",
            "name": "017f034b134dd790929e0dc073b225a4_panini.svg"
          },
          "submenuIconWhite": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/238177b85409fbe97ef6ff33e89917e3_panini-white.svg",
            "name": "238177b85409fbe97ef6ff33e89917e3_panini-white.svg"
          },
          "title": "Panini",
          "titleEN": null,
          "updatedAt": "2020-01-28T18:15:06.621Z"
        },
        {
          "ACL": null,
          "categoryMenu": null,
          "cityName": "Астрахань",
          "containsFreeItems": null,
          "createdAt": "2018-12-05T08:48:58.609Z",
          "dashboardColor": "#6d6d6d",
          "id": "0DVrfZrCFR",
          "image": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/a328567b2b8836a1a943d66369b3b342_napitki.png",
            "name": "a328567b2b8836a1a943d66369b3b342_napitki.png"
          },
          "sort_tablet": null,
          "submenuIcon": null,
          "submenuIconWhite": null,
          "title": "Beverages",
          "titleEN": null,
          "updatedAt": "2020-01-28T18:17:31.087Z"
        },
        {
          "ACL": null,
          "categoryMenu": "Hot meals",
          "cityName": "Астрахань",
          "containsFreeItems": null,
          "createdAt": "2018-02-18T20:14:35.074Z",
          "dashboardColor": "#6d6d6d",
          "id": "0U72YXL88o",
          "image": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/365e0190a02b0af606371921c1235153_supi.png",
            "name": "365e0190a02b0af606371921c1235153_supi.png"
          },
          "sort_tablet": null,
          "submenuIcon": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/1774a3b609087b046390ea5c0eaa3c2d_sup.svg",
            "name": "1774a3b609087b046390ea5c0eaa3c2d_sup.svg"
          },
          "submenuIconWhite": {
            "url": "https://parsefiles.back4app.com/ULboBuIOCMwG4u6pZBfESA7RjlWJRnxoNnYeLCwJ/8cc08c2ef7435235149be1b6fe3ff56c_sup-white.svg",
            "name": "8cc08c2ef7435235149be1b6fe3ff56c_sup-white.svg"
          },
          "title": "Sushi",
          "titleEN": null,
          "updatedAt": "2020-01-28T18:22:03.941Z"
        }
      ]
    }
  }
}