docs
docs copied to clipboard
API Platform documentation
…e php 8 changes
Describe usage of the new UuidRangeFilter
The documentation PR related to a security_pre_read PR I am doing on the core.
After finishing _Getting Started With API Platform: Create Your API and Your Jamstack Site_ and moving onto _Testing the API_ when you run ``` docker-compose exec php \ bin/console hautelook:fixtures:load...
In the documentation about [operations](https://api-platform.com/docs/core/operations/) there are a couple of nice tables that lists the built-in CRUD operations. These tables shows that `GET` for both item and collection is mandatory....
As explained by Apollo, we need to disable GraphQL introspection in production (https://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/) It's not clear in the documentation how to do so in the API platform ?