Jacob Thomason
Jacob Thomason
@lexmes I'm assuming you confirmed that assertions are enabled in the environment in which you tested? That's a PHP config setting. I not really sure that we should be using...
Assert can be problematic b/c it doesn't provide any context to the assertion. And you took the time to write it. Just take a few seconds more to throw an...
@lexmes can you create a PR for this please.
I haven't used Apollo federation. Can you outline the specific requirements that'd be needed from this lib?
Thanks for the outlining that. I'm familiar with federation, just wasn't sure exactly what would be needed. I'm not aware of any current initiatives or motivation to get federation added,...
The issue has been filed with webonyx now. https://github.com/webonyx/graphql-php/issues/619
@moufmouf is this something that still needs to be considered? Are there any real advantages to adding this to GraphQLite over just manually handling your caching in your query logic?
What's the overall object here for caching? I'm assuming it's mostly around eliminating unnecessary database queries? If so, this is something you should handle with your ORM. Is the building...
Here is a request body parser that you can use. We use this for parsing requests in order to determine some of our authz. We use this as part of...
@cuchac I think we should add a property to the `Query` and `Mutation` annotations, similar to Symfony's `Route` annotation with stateless routes: https://symfony.com/doc/current/routing.html#stateless-routes