In the DDEV project directory launch the command:
ddev get machine-rc/graphql
Restart the DDEV instance:
ddev restart
Open 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
graphql
directory with the service name - copy the
Dockerfile
from thegraphql/book
directory - adjust
docker-compose.graphql.yaml
to include the new service by duplicating thegraphql-book
service and changing the service name- adjust the
environment
section to expose the new service on a different port
- adjust the