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

  1. CubyCode
  2. Radioo | Radio station app template for Android/iOS
Public

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

All Genres_s

This GraphQL query fetches All Genres_s


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
query allGenres_s {
      genres_s (skip: 0, limit: 3) {
        results {
          ACL
          createdAt
          genre
          id
          image {
            url
            name
          }
          position
          updatedAt
        }
      }
    }
{
  "data": {
    "genres_s": {
      "results": [
        {
          "ACL": null,
          "createdAt": "2016-10-07T20:13:21.529Z",
          "genre": "Rock",
          "id": "8bKUxXAgJs",
          "image": {
            "url": "https://parsefiles.back4app.com/OcV97hKEtfPShiv6RHWB8qWGo5QrZn1E8P2wpjX2/5ce93a7b9369868287c2364af3383304_rock.png",
            "name": "5ce93a7b9369868287c2364af3383304_rock.png"
          },
          "position": 1,
          "updatedAt": "2018-04-18T07:49:00.901Z"
        },
        {
          "ACL": null,
          "createdAt": "2016-10-31T14:48:38.541Z",
          "genre": "Country",
          "id": "DAg2wLCFqT",
          "image": {
            "url": "https://parsefiles.back4app.com/OcV97hKEtfPShiv6RHWB8qWGo5QrZn1E8P2wpjX2/47612808fe2d1097c33b9eb837d1e547_country.png",
            "name": "47612808fe2d1097c33b9eb837d1e547_country.png"
          },
          "position": 4,
          "updatedAt": "2018-04-18T07:36:38.872Z"
        },
        {
          "ACL": null,
          "createdAt": "2016-10-08T11:35:37.733Z",
          "genre": "Ambient",
          "id": "zlDsfYcuha",
          "image": {
            "url": "https://parsefiles.back4app.com/OcV97hKEtfPShiv6RHWB8qWGo5QrZn1E8P2wpjX2/b9bc5f4dba95ee078e37763a717a530e_ambient.png",
            "name": "b9bc5f4dba95ee078e37763a717a530e_ambient.png"
          },
          "position": 2,
          "updatedAt": "2018-04-18T07:39:43.186Z"
        }
      ]
    }
  }
}