fusio / adapter-graphql
Provides a connection to send GraphQL queries
                                    Fund package maintenance!
                                                                            
                                                                                                                                        chriskapp
                                                                                    
                                                                            
                                                                                                                                        Patreon
                                                                                    
                                                                            
                                                                                                                                        www.paypal.me/fusioapi
                                                                                    
                                                                
Installs: 31 426
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/fusio/adapter-graphql
Requires
- php: >=8.1
 - fusio/engine: ^6.0
 - guzzlehttp/guzzle: ^7.0
 
Requires (Dev)
- phpunit/phpunit: ^10.0
 - vimeo/psalm: ^6.0
 
README
Fusio adapter which provides a connection to send GraphQL queries to a server. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-graphql
php bin/fusio system:register "Fusio\Adapter\GraphQL\Adapter"