- Notifications
You must be signed in to change notification settings - Fork 111
Pull requests: graphql-java-kickstart/graphql-java-servlet
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed error serializing requests with extensions (#63)
#64 by ronald-d-rogers was merged May 22, 2018 Loading…
Jackson mapper default property inclusion should be "ALWAYS" to prevent null values from being omitted in query results
#136 by bsara was merged Dec 11, 2018 Loading…
Ported @tdraier to latest version of graphql-java-servlet and added supporting tests
#145 by wleroux was merged Feb 16, 2019 Loading…
Moved injection of Batch handler from the servlet into query invoker
#154 by jmccaull was merged Feb 28, 2019 Loading…
Reordered properties in JSON response according to recommendation in GraphQL spec
#158 by bsara was merged Mar 23, 2019 Loading…
Ensure 'variables' is never null, since graphql-java 12.0 expects it
#163 by lburja was merged Apr 20, 2019 Loading…
Add support for application/graphql content-type
#82 by ashu-walmart was merged Jul 16, 2018 Loading…
Bump jackson.version from 2.9.9 to 2.10.0.pr1 in /examples/osgi/apache-karaf-feature dependencies Pull requests that update a dependency file
#204 by dependabot bot was merged Sep 25, 2019 Loading…
separated out logging of errors to separate overriddable method in DefaultGraphQLErrorHandler
#191 by bsara was merged Jun 16, 2019 Loading…
Configurable per query or per request context/dataloader batching
#192 by jmccaull was merged Jun 27, 2019 Loading…
Fix #207 added CodeRegistry provider for Osgi servlet
#208 by cmaobeehive was merged Sep 25, 2019 Loading…
Updating the README for corrected example for dataloader.
#203 by abhi-rao was merged Sep 25, 2019 Loading…
Set characterEncoding for the HttpServletResponse of the SingleQueryResponseWriter
#224 by sijakubo was merged Feb 18, 2020 Loading…
ProTip! Filter pull requests by the default branch with base:master.