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:
graphql
directory with the service nameDockerfile
from the graphql/book
directorydocker-compose.graphql.yaml
to include the new service by duplicating the graphql-book
service and changing the service name
environment
section to expose the new service on a different port