Files
cloud-cap-samples/graphql/examples.md
2021-11-04 17:31:57 +01:00

263 B

  1. open http://localhost:4007/graphql
  2. paste into left field:
    {
      AdminService {
        Books {
          title
          chapters {
            number
            title
          }
        }
      }
    }
    
  3. press play button