ttoohey / laravel-graphql-filter

A GraphQL filter input type for Laravel using filterable models
0 stars 0 forks source link

Doesn't work with "Folkloreatelier/laravel-graphql" master branch #2

Open tuurbo opened 7 years ago

tuurbo commented 7 years ago

composer error gency/laravel-graphql-filter v1.0.4 requires folklore/graphql dev-feature/relay

Anyway you could allow this to work with the master branch as well?

ttoohey commented 7 years ago

The problem is FilterType extends Folklore\GraphQL\Support\InputType which doesn't exist on the master branch.

It doesn't seem like a big deal to workaround that, and I agree that it would be nice to work with the master branch (there's nothing particularly "relay" here). I'll take a look when I get a chance - or a PR is welcome :)