graphqlite-laravel icon indicating copy to clipboard operation
graphqlite-laravel copied to clipboard

A Laravel service provider package to help you get started with GraphQLite in Laravel.

Results 8 graphqlite-laravel issues
Sort by recently updated
recently updated
newest added

Fix the `Validate` Attribute. Currently the `'rule'` argument passed to the `Validate` constructor is normalized but if the variable type is `string`, then it's not handled properly. Now the Validate...

Updates the requirements on [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) to permit the latest version. Release notes Sourced from laminas/laminas-diactoros's releases. 3.0.0 Release Notes for 3.0.0 Added This version adds support for PSR-7 v2.0. While...

dependencies

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. 9.5.2 - 2021-02-02 Fixed #4573: No stack trace printed when PHPUnit is used from PHAR...

dependencies

Updates the requirements on [orchestra/testbench](https://github.com/orchestral/testbench) to permit the latest version. Release notes Sourced from orchestra/testbench's releases. v6.11.0 Changes Update minimum support for Testbench Core v6.13.0+. (v6.12.0...v6.13.0) Testbench Changes Added Added...

dependencies

Hi, Thank you for the awesome work! I was trying this package with Lumen and found that the package won't work with the framework. I found the following issues mainly:...

On the same that the graphqlite-bundle : https://github.com/thecodingmachine/graphqlite/issues/255 We need a way to disable the introspection of the GraphQL API with Laravel in production mode to avoid a leak of...

This small PR fixes the GraphQL types and some PHP typing when generating the definitions for `LengthAwarePaginator`. Most GraphQL types should be put as non-null since the closures (and called...

It's about time for this lib to support it's own docs. Please see https://github.com/thecodingmachine/graphqlite/issues/376 GraphQLite core isn't aware of the particulars of the Laravel implementation. In the core docs, a...