Files
cloud-cap-samples/graphql/examples.md
2022-02-24 08:30:26 +01:00

266 B

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