Jacob Thomason

Results 201 comments of Jacob Thomason
trafficstars

@ChvilaMartin that's pretty cool. Unfortunately, that's not currently supported. I also don't see any support for this with https://github.com/webonyx/graphql-php. We'd need support there before adding support for that here.

@enumag thanks for the clarification here. This seems like a worthwhile improvement if someone wants to add a PR. It might be helpful to discuss implementation proposals prior.

@Lappihuan I like the namespace attribute idea. This would create a clean API in GraphQLite.

I'd like to get #466 merged into master soon and target a 6.0 release. I haven't had a chance to test any of it yet. Any additional eyes on it...

@Lappihuan let's keep it in another branch though. #466 already has way too much in it. I'd really like to keep things separated out. It makes it much easier to...

The PR attempt for adding mutations was closed and not merged. See the PR for additional details and reasoning. There is an [ongoing proposal to add metadata support to the...

Yes. I think there are a few cases where the http response codes aren't being properly set. Care to submit a pull request?

@massimilianobraglia be a great time to get a PR merged in. Thanks.

A warning has been added to these doc pages in the latest version. We should allow these pages to remain in place for at least one more full version.

Hey @moufmouf. I'm getting this error as well - came here to discuss, actually. Please see the following stack-trace: ``` RuntimeException: You must freeze() a MutableObjectType before fetching its fields....