Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
java-xx
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 3, 2017
<T> javadoc fix up (#815)
Show description for c925eba
bbakerman
authored
c925eba
View commit details
Copy full SHA for c925eba
Browse repository at this point
Commits on Nov 2, 2017
More aggressive property look up (#779)
bbakerman
authored
d4c3054
View commit details
Copy full SHA for d4c3054
Browse repository at this point
Ability to use Method references in PropertyDataFetchers (#797)
Show description for 43929c8
bbakerman
authored
43929c8
View commit details
Copy full SHA for 43929c8
Browse repository at this point
TracingSupport: no ! in parent type names (#811)
Pierre Carrier
authored and
bbakerman
committed
9e7aa46
View commit details
Copy full SHA for 9e7aa46
Browse repository at this point
Commits on Nov 1, 2017
Support for graphql subscriptions via reactive-streams (#754)
Show description for 7f0caf4
bbakerman
authored
7f0caf4
View commit details
Copy full SHA for 7f0caf4
Browse repository at this point
TracingSupport: startOffset is between query start and field start (#813)
Pierre Carrier
authored and
bbakerman
committed
28db4a5
View commit details
Copy full SHA for 28db4a5
Browse repository at this point
Commits on Oct 29, 2017
Handle the case correctly when both @include and @skip exist (#805)
Show description for 40a4a79
randing89
authored and
bbakerman
committed
40a4a79
View commit details
Copy full SHA for 40a4a79
Browse repository at this point
Commits on Oct 28, 2017
Instrument execution input so people can change that gets input (say variables etc..) (#803)
bbakerman
authored
a08edb9
View commit details
Copy full SHA for a08edb9
Browse repository at this point
Rename async method (#804)
Show description for 56ce8cd
bbakerman
authored
56ce8cd
View commit details
Copy full SHA for 56ce8cd
Browse repository at this point
Commits on Oct 27, 2017
Renamed to Async to be more in line with other AsyncXXX classes (#801)
bbakerman
authored
a9fb38b
View commit details
Copy full SHA for a9fb38b
Browse repository at this point
Add a helper class for making asynchronous data fetchers (#798)
Show description for c59c31a
RusticFlare
authored and
bbakerman
committed
c59c31a
View commit details
Copy full SHA for c59c31a
Browse repository at this point
Commits on Oct 25, 2017
760 dataloader performance with lists (#764)
Show description for 0255331
bbakerman
authored
0255331
View commit details
Copy full SHA for 0255331
Browse repository at this point
Add context to the TypeResolutionEnvironment (#795)
gregryork
authored and
bbakerman
committed
ecc3b26
View commit details
Copy full SHA for ecc3b26
Browse repository at this point
Commits on Oct 22, 2017
now allows exceptions to be overridden (#778)
bbakerman
authored
8d5ff1f
View commit details
Copy full SHA for 8d5ff1f
Browse repository at this point
Now catches validation exceptions and reports them as errors (#789)
bbakerman
authored
b3ab023
View commit details
Copy full SHA for b3ab023
Browse repository at this point
Better instrumentation at more points in the execution lifecycle. (#791)
Show description for f9c6a59
bbakerman
authored
f9c6a59
View commit details
Copy full SHA for f9c6a59
Browse repository at this point
Commits on Oct 20, 2017
Improve batching.rst (#790)
RusticFlare
authored and
bbakerman
committed
4c916b5
View commit details
Copy full SHA for 4c916b5
Browse repository at this point
Commits on Oct 19, 2017
Fixed documentation regarding input objects and map (#782)
bbakerman
authored
367e654
View commit details
Copy full SHA for 367e654
Browse repository at this point
An echoing runtime wiring (#761)
bbakerman
authored
de56b6c
View commit details
Copy full SHA for de56b6c
Browse repository at this point
fix(AstPrinter): fix missing strings and misformat in the AstPrinter (#788)
Show description for ae1da7c
bernardzzz
authored and
bbakerman
committed
ae1da7c
View commit details
Copy full SHA for ae1da7c
Browse repository at this point
Commits on Oct 18, 2017
Tweaks on the recent contribution to Tracing Support (#785)
Show description for ec543b4
bbakerman
authored
ec543b4
View commit details
Copy full SHA for ec543b4
Browse repository at this point
Add parsing and validation to TracingInstrumentation (#784)
Show description for 976e1af
ind1go
authored and
bbakerman
committed
976e1af
View commit details
Copy full SHA for 976e1af
Browse repository at this point
Commits on Oct 17, 2017
bumped version direct in GH
bbakerman
authored
4b16e90
View commit details
Copy full SHA for 4b16e90
Browse repository at this point
Update README.md
bbakerman
authored
2b49bcc
View commit details
Copy full SHA for 2b49bcc
Browse repository at this point
Made TypeResolution return <T> for easier consumption (#774)
bbakerman
authored
22cf400
View commit details
Copy full SHA for 22cf400
Browse repository at this point
Fixes #763 QueryTraversal problem (#765)
Show description for 7e9fcf8
bbakerman
authored
7e9fcf8
View commit details
Copy full SHA for 7e9fcf8
Browse repository at this point
Fix ArrayIndexOutOfBoundsException in empty ChainedInstrumentation (#781)
Show description for 9409298
ind1go
authored and
bbakerman
committed
9409298
View commit details
Copy full SHA for 9409298
Browse repository at this point
Commits on Oct 11, 2017
Code health - IDEA suggestions on final variables (#770)
Show description for 2704394
bbakerman
authored
2704394
View commit details
Copy full SHA for 2704394
Browse repository at this point
Code health - IDEA suggestions and general tweaks (#767)
bbakerman
authored
ea9a015
View commit details
Copy full SHA for ea9a015
Browse repository at this point
Code health - semi colons and * imports (#766)
bbakerman
authored
b451796
View commit details
Copy full SHA for b451796
Browse repository at this point
Commits on Oct 10, 2017
Fixed stack overflow on toString() (#762)
Thomas Draier
authored and
bbakerman
committed
9b1c7f6
View commit details
Copy full SHA for 9b1c7f6
Browse repository at this point
Commits on Oct 8, 2017
Now follows spec as discussed
bbakerman
authored and
andimarek
committed
8987ac6
View commit details
Copy full SHA for 8987ac6
Browse repository at this point
This is the test ported into groovy - it is indeed failing
bbakerman
authored and
andimarek
committed
158c48d
View commit details
Copy full SHA for 158c48d
Browse repository at this point
Modify docs for Modularising the Schema IDL by removing redundant word (#759)
Show description for 89ef2ce
cvetanov
authored and
bbakerman
committed
89ef2ce
View commit details
Copy full SHA for 89ef2ce
Browse repository at this point
Commits on Oct 6, 2017
Reviewed exceptions in graphql-java (#752)
Show description for 9ce58dd
bbakerman
authored
9ce58dd
View commit details
Copy full SHA for 9ce58dd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.