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

Facebook GraphQL for Laravel 5. It supports Relay, eloquent models, validation and GraphiQL.

Results 102 laravel-graphql issues
Sort by recently updated
recently updated
newest added

In the call to `GraphQL::type('Row')` if I set the second parameter (`fresh`) to true, I get ``` Schema must contain unique named types but contains multiple types named "Row" ```...

So I am wondering, is there a way to generate the queries and mutations, and maybe even the types. Mainly the mutations and queries are all the same. queries( get...

Hi guys, I cannot seem to get GraphQL working on my desktop. Pushed it to GIT, downloaden with my laptop and there it works flawless. Been trying to find a...

I thought that to add types (Timestamp, PaginationMeta, Links etc ..) in a simple and intuitive way was to create a class that has a static method for each type...

I have written a middleware for authentication, How can I set the middleware to intercept a graphql schema?

Is it possible to send some extra value from GraphQLController@query method to Folklore\GraphQL\Support\Mutation@resolve? I need to be able to get file from $request object in my resolve method of my...