RStankov / SearchObjectGraphQL

GraphQL plugin for SearchObject gem
MIT License
159 stars 25 forks source link

Support for GraphQL::Execution::Interpreter? #11

Closed blevine closed 4 years ago

blevine commented 5 years ago

I realize that GraphQL::Execution::Interpreter is still experimental. But I've been re-working some of my GraphQL code now in preparation for the new interpreter becoming the default.

One restriction is that GraphQL::Function is no longer supported and so I've removed all of my uses of GraphQL::Function in favor of methods on my BaseObject class.

Seems like GraphQL::Schema::Resolver would also work in this case. I haven't yet tried creating a GraphQL::Schema::Resolver that includes SearchObject yet, but I'm wondering whether you've tried this already or have any plans to?

RStankov commented 5 years ago

I have a local branch for support GraphQL::Schema::Resolver, hoping to have it merged by the end of this month.

RStankov commented 4 years ago

This is merge and released. Forgot to update this 😅