GraphQL icon indicating copy to clipboard operation
GraphQL copied to clipboard

Pure PHP realization of GraphQL protocol

Results 20 GraphQL issues
Sort by recently updated
recently updated
newest added

I have declared the type of an input to be `[ENUM]`, hence I should be able to query it like this: ```graphql query { someField(input: [enumValue]) { ... } }...

Hi! I'm currently using only the Parser from Youshido, and not the full GraphQL server. I use it to power another GraphQL server in PHP which I'm developing, [GraphQL by...

I get the following exception: ``` PHP Fatal error: Uncaught Error: Call to a member function hasDefaultValue() on null in .../vendor/youshido/graphql/src/Execution/Request.php:69 ``` When executing a query which includes a variable,...

bug

In the following query, all directives declared in the ancestor fields are lost, only the ones in the leaf fields are parsed correctly from the AST: ```graphql query { ancestorField...

Hi, thanks for this great repo. I suggest we get the $ast itself up to the ResolveInfo, not its subfields ($astFields), since we could want to retrieve its location. Example...

No conflicts occur in other systems that use PSR containers like most people in PHP.

@viniychuk I'm gonna need some help with this since I don't have admin access to this repository. The badge in the README needs updating too.

bug