-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Now we have schema merging we can add non-JPA functionality to our projects. Sometimes that functionality needs some things in the context - set in the executor and available from DataFetchingEnvironment. But graphql-jpa-query defines the Executor which runs all calls and I don't see how to modify that context without breaking it.
In my particular case I need the HttpServletRequest used to make the query call. Maybe other use cases might want to add their own things in there?
Metadata
Metadata
Assignees
Labels
No labels