We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2e987 commit 2ecd7f8Copy full SHA for 2ecd7f8
distribution/index.md
@@ -646,7 +646,7 @@ Isn't API Platform a REST **and** GraphQL framework? That's true! GraphQL suppor
646
need to install the [graphql-php](https://webonyx.github.io/graphql-php/) library. Run the following command (the cache needs to be cleared twice):
647
648
```bash
649
-docker-compose exec php composer req webonyx/graphql-php && bin/console cache:clear
+docker-compose exec php composer req webonyx/graphql-php && docker-compose exec php bin/console cache:clear
650
```
651
652
You now have a GraphQL API! Open `https://localhost:8443/graphql` to play with it using the nice [GraphiQL](https://github.com/graphql/graphiql)
0 commit comments