In the DDEV project directory launch the command:
ddev get machine-rc/graphqlRestart the DDEV instance:
ddev restartOpen the Grafana web interface via the url: https://your-project-name.ddev.site:4000/
Current structure allows support for multiple graphql services. To add a new service:
- create a new directory in the
graphqldirectory with the service name - copy the
Dockerfilefrom thegraphql/bookdirectory - adjust
docker-compose.graphql.yamlto include the new service by duplicating thegraphql-bookservice and changing the service name- adjust the
environmentsection to expose the new service on a different port
- adjust the