Skip to content

Commit

Permalink
fix graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 25, 2024
1 parent 9fa3fa7 commit 0cdd38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-platform/core/4.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info>

* To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,
* To enable the GraphQL support, run <comment>composer require api-platform/graphql</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>
2 changes: 1 addition & 1 deletion api-platform/symfony/4.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Using MakerBundle? Try <info>php bin/console make:entity --api-resource</info>

* To enable the GraphQL support, run <comment>composer require webonyx/graphql-php</>,
* To enable the GraphQL support, run <comment>composer require api-platform/graphql</>,
then browse <info>/api/graphql</info>.

* <fg=blue>Read</> the documentation at <comment>https://api-platform.com/docs/</>

0 comments on commit 0cdd38c

Please sign in to comment.