mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
47bcabfd7b
Adding reference to graphql-batch-processing library
(cherry picked from commit ec77f43
)
1.8 KiB
1.8 KiB
Integrations
- Integration with Relay
- Integration with Laravel 5 + Relay Helpers for Laravel + Nuwave Lighthouse
- Symfony Bundle by Overblog
- Out of the box integration with any PSR-7 compatible framework (like Slim or Zend Expressive) via Standard Server
GraphQL PHP Tools
- Define types with Doctrine ORM annotations (for PHP7.1, for earlier PHP versions)
- DataLoader PHP - as a ready implementation for deferred resolvers
- PSR 15 compliant middleware for the Standard Server (experimental)
- GraphQL Uploads for the Standard Server
- GraphQL Batch Processor - Simple library that provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches.
General GraphQL Tools
- GraphiQL - An in-browser IDE for exploring GraphQL
- ChromeiQL or GraphiQL Feen - GraphiQL as Google Chrome extension