-
Notifications
You must be signed in to change notification settings - Fork 3
Online demo
Mаартен edited this page Sep 22, 2019
·
3 revisions
On Heroku master will be published in order to find out what this small demo app does. I still recommend you to look at the code part as well :) More stuff will be added soon. The focus will be on GraphQL.
-
GraphQL endpoint: introspection is turned on and also the playground for testing purposes. Normally for production builds they should be turned off, set
isProduction
accordingly in./packages/server/src/server.ts
- GraphQL visualisation: visualisation of the current schema.
- Frontend: the frontend application consuming GraphQL