jdefez/laravel-graphql is a Laravel package for graphql request and query builder.
It currently has 0 GitHub stars and 326 downloads on Packagist (latest version v0.1.5).
Install it with composer require jdefez/laravel-graphql.
Discover more Laravel packages by jdefez
or browse all Laravel packages to compare alternatives.
Last updated
This a work in progress repository. This consists in two facades:
QueryBuilder to build query string that can be sent to a graphql api.
Request that can be used to send those queries to the graphql api.