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

  1. Back4App
  2. Occupations and Job Titles
Public

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

All STEMGroups

This GraphQL query fetches All STEMGroups


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
query allSTEMGroups {
      sTEMGroups (skip: 0, limit: 3) {
        results {
          ACL
          SOCDetailedGroups (skip: 0, limit: 3) {
            results {
              id
            }
          }
          code
          createdAt
          id
          occupationType {
            id
          }
          subDomain {
            id
          }
          updatedAt
        }
      }
    }
{
  "data": {
    "sTEMGroups": {
      "results": [
        {
          "ACL": null,
          "SOCDetailedGroups": {
            "results": [
              {
                "id": "1FEP2k9ErB"
              },
              {
                "id": "1P7sFINyCE"
              },
              {
                "id": "6kbcFYsBD4"
              }
            ]
          },
          "code": "1.A",
          "createdAt": "2019-12-16T05:07:51.641Z",
          "id": "Rwvl5aAFSf",
          "occupationType": {
            "id": "nMsc74AEqD"
          },
          "subDomain": {
            "id": "N2Jgl73xti"
          },
          "updatedAt": "2019-12-16T06:00:57.782Z"
        },
        {
          "ACL": null,
          "SOCDetailedGroups": {
            "results": [
              {
                "id": "1SmzLXMvKo"
              },
              {
                "id": "2ybS14GUaP"
              },
              {
                "id": "4LuQGpXG4E"
              }
            ]
          },
          "code": "1.B",
          "createdAt": "2019-12-16T05:07:59.951Z",
          "id": "yibIWeYIZW",
          "occupationType": {
            "id": "qLFFdObUsi"
          },
          "subDomain": {
            "id": "N2Jgl73xti"
          },
          "updatedAt": "2019-12-16T06:00:57.783Z"
        },
        {
          "ACL": null,
          "SOCDetailedGroups": {
            "results": [
              {
                "id": "3cPgdruw8n"
              },
              {
                "id": "3wVzDOGVGY"
              },
              {
                "id": "CzAslZpnLL"
              }
            ]
          },
          "code": "1.C",
          "createdAt": "2019-12-16T05:08:12.362Z",
          "id": "28XH4wsrAG",
          "occupationType": {
            "id": "sErmoAibds"
          },
          "subDomain": {
            "id": "N2Jgl73xti"
          },
          "updatedAt": "2019-12-16T06:00:57.783Z"
        }
      ]
    }
  }
}