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
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
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
26
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java
src
test
on
master
User selector
All users
All time
Commit history
Commits on Aug 13, 2026
Merge branch 'master' into fix/4364-data-fetcher-result-nullability
hej090224
authored
14cf4c9
View commit details
Copy full SHA for 14cf4c9
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
Simplify operation validation traversal context
andimarek
committed
c67454d
View commit details
Copy full SHA for c67454d
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
Cover legacy directive type refs in FastBuilder
andimarek
committed
40ba051
View commit details
Copy full SHA for 40ba051
View code at this point
Browse repository at this point
Cover directive definition applied directives
andimarek
committed
9cfdd7a
View commit details
Copy full SHA for 9cfdd7a
View code at this point
Browse repository at this point
Update deprecated directive description
andimarek
committed
4b2f018
View commit details
Copy full SHA for 4b2f018
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
Support directives on directive definitions
andimarek
committed
6e4f1f2
View commit details
Copy full SHA for 6e4f1f2
View code at this point
Browse repository at this point
Revert "Support directives on directive definitions"
Show description for abbb922
andimarek
committed
abbb922
View commit details
Copy full SHA for abbb922
View code at this point
Browse repository at this point
Support directives on directive definitions
andimarek
committed
efcb944
View commit details
Copy full SHA for efcb944
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Fix covariance checks for SDL type extensions
andimarek
committed
d671a8e
View commit details
Copy full SHA for d671a8e
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
Mark schema transform package as null marked
andimarek
committed
7e7615d
View commit details
Copy full SHA for 7e7615d
View code at this point
Browse repository at this point
Add interface relationship visibility to schema transformation
andimarek
committed
ca590f3
View commit details
Copy full SHA for ca590f3
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Fix nullable bound on DataFetcherResult.newResult
hej090224
committed
66110bb
View commit details
Copy full SHA for 66110bb
View code at this point
Browse repository at this point
Commits on May 29, 2026
moar code tweaks - code coverage
bbakerman
committed
977fb0f
View commit details
Copy full SHA for 977fb0f
View code at this point
Browse repository at this point
moar code tweaks - code coverage
bbakerman
committed
a215961
View commit details
Copy full SHA for a215961
View code at this point
Browse repository at this point
moar code tweaks
bbakerman
committed
d30bf05
View commit details
Copy full SHA for d30bf05
View code at this point
Browse repository at this point
moar code tweaks
bbakerman
committed
7668806
View commit details
Copy full SHA for 7668806
View code at this point
Browse repository at this point
This is Alexandres Async changes with mine and Andi extras
bbakerman
committed
29e6cc1
View commit details
Copy full SHA for 29e6cc1
View code at this point
Browse repository at this point
Commits on May 20, 2026
Reject duplicate additional directive definitions (#4394)
Show description for 26648a3
andimarek
authored
26648a3
View commit details
Copy full SHA for 26648a3
View code at this point
Browse repository at this point
Disallow descriptions on root operation mappings (#4393)
andimarek
authored
c8861b0
View commit details
Copy full SHA for c8861b0
View code at this point
Browse repository at this point
Add executable description support (#4392)
andimarek
authored
3b03d75
View commit details
Copy full SHA for 3b03d75
View code at this point
Browse repository at this point
Make introspection includeDeprecated arguments non-null (#4387)
andimarek
authored
1fce25b
View commit details
Copy full SHA for 1fce25b
View code at this point
Browse repository at this point
Avoid no-op field fetch instrumentation allocations (#4391)
Show description for 811e7f4
andimarek
and
nwjsmith
authored
811e7f4
View commit details
Copy full SHA for 811e7f4
View code at this point
Browse repository at this point
Fix schema rebuild after root type deletion (#4390)
Show description for 790627d
andimarek
authored
790627d
View commit details
Copy full SHA for 790627d
View code at this point
Browse repository at this point
Allow empty unions to be completed by extensions (#4388)
andimarek
authored
a53a129
View commit details
Copy full SHA for a53a129
View code at this point
Browse repository at this point
Fix input cycle validation for non-null lists (#4386)
andimarek
authored
7e0b1c1
View commit details
Copy full SHA for 7e0b1c1
View code at this point
Browse repository at this point
Commits on May 19, 2026
Reject indirect directive definition cycles (#4385)
andimarek
authored
a943664
View commit details
Copy full SHA for a943664
View code at this point
Browse repository at this point
Validate constant directive values on variable definitions (#3927) (#4271)
Show description for b46b764
andimarek
and
claude
authored
b46b764
View commit details
Copy full SHA for b46b764
View code at this point
Browse repository at this point
validate circular default values (#4253)
Show description for 157c7cc
jbellenger
and
andimarek
authored
157c7cc
View commit details
Copy full SHA for 157c7cc
View code at this point
Browse repository at this point
Commits on May 18, 2026
Fix subscription alternative call context cleanup (#4384)
andimarek
authored
5d914f1
View commit details
Copy full SHA for 5d914f1
View code at this point
Browse repository at this point
Commits on May 12, 2026
Optimize AstSignature input signatures
andimarek
authored
16153d0
View commit details
Copy full SHA for 16153d0
View code at this point
Browse repository at this point
Commits on May 10, 2026
Collect references from input-aware AST signatures
Show description for cb6c245
andimarek
authored
cb6c245
View commit details
Copy full SHA for cb6c245
View code at this point
Browse repository at this point
Commits on May 9, 2026
Add input-aware AST signatures (#4376)
Show description for 42e73c2
andimarek
authored
42e73c2
View commit details
Copy full SHA for 42e73c2
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
JSpecify big wave 3 (#4274)
Show description for a6cc631
3 people
authored
a6cc631
View commit details
Copy full SHA for a6cc631
View code at this point
Browse repository at this point
Add JSpecify annotations to 10 language package classes (#4219)
Show description for c86eb07
4 people
authored
c86eb07
View commit details
Copy full SHA for c86eb07
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Add JSpecify annotations to 10 language package classes (#4218)
Show description for aafbbd5
4 people
authored
aafbbd5
View commit details
Copy full SHA for aafbbd5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.