graphql-php icon indicating copy to clipboard operation
graphql-php copied to clipboard

A PHP7 implementation of the GraphQL specification.

Results 12 graphql-php issues
Sort by recently updated
recently updated
newest added

Replaces #305, /cc @symm

code quality
refactor

hi i installed php 8.1 and upgraded laravel version to 8.7 when i run composer install getting this error in utils.php file in vendor (utils.php not class just php file)...

Lets say I have a list of records I can return based on some value. And there are so many records I want to paginate over them. But the front...

I try to replace Youshido implementation because of the its catastrophic performance issues. It consumes a lot of CPU because of the way it resolves fields recursively. So I rewrote...

bug
execution
performance

See discussion in https://github.com/digiaonline/graphql-php/pull/252#issuecomment-403014120

bug

Is there already or can you folks please add a way for the graphql method to return errors when a query does not match the schema? Example Schema: type Query...

bug
execution

We need to add a validation step for schema extension. The spec implementation can be found here: https://github.com/facebook/graphql/pull/454

schema
specification

**Is your feature request related to a problem? Please describe.** Lots of people use Laravel, and they expect there to be an easy to use service provider available **Describe the...

enhancement
public api
documentation

### What did you do? Tried to add a `@requiresAuthentication` directive ### What did you expect to happen? Some way to actually define what this directive does ### What actually...

help wanted
execution
documentation

In order to update this project to conform with the [latest specification](https://facebook.github.io/graphql/June2018/#sec-String) we need to do the following (in no particular order): - [x] Change the order of data and...

specification