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
14
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
main
on
additional-types
User selector
All users
All time
Commit history
Commits on Jan 19, 2026
improve javadoc
andimarek
committed
c4fc1d0
View commit details
Copy full SHA for c4fc1d0
View code at this point
Browse repository at this point
Add documentation and test for additionalTypes in GraphQLSchema
Show description for 6d61912
andimarek
committed
6d61912
View commit details
Copy full SHA for 6d61912
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
Add FieldFetchingInstrumentationContext.onExceptionHandled call to ChainedInstrumentation
Show description for 835e9db
tinnou
committed
835e9db
View commit details
Copy full SHA for 835e9db
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
Merge pull request #4206 from tinnou/field-fetching-instrumentation
Show description for c465601
bbakerman
authored
c465601
View commit details
Copy full SHA for c465601
View code at this point
Browse repository at this point
Commits on Jan 12, 2026
fixes complex case for Field visibility transformer. See test case
andimarek
committed
b2eb162
View commit details
Copy full SHA for b2eb162
View code at this point
Browse repository at this point
Commits on Jan 9, 2026
Add FieldFetchingInstrumentationContext.onExceptionHandled for hooking after exception handling
tinnou
committed
01ace23
View commit details
Copy full SHA for 01ace23
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
handle case where all fields are removed via Field visibility transformer (for input object types)
andimarek
committed
de1a152
View commit details
Copy full SHA for de1a152
View code at this point
Browse repository at this point
handle case where all fields are removed via Field visibility transformer
andimarek
committed
8407043
View commit details
Copy full SHA for 8407043
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
Merge pull request #4180 from ctbarbour/getdataloader-type-bounds
Show description for 021fe1b
dondonz
authored
021fe1b
View commit details
Copy full SHA for 021fe1b
View code at this point
Browse repository at this point
Merge pull request #4165 from marktech0813/fix-issues
Show description for fb5d1dd
dondonz
authored
fb5d1dd
View commit details
Copy full SHA for fb5d1dd
View code at this point
Browse repository at this point
Commits on Nov 25, 2025
remove comment
ctbarbour
committed
0d784ac
View commit details
Copy full SHA for 0d784ac
View code at this point
Browse repository at this point
Fix getDataLoader type bounds for nullable values
Show description for 28e1e7a
ctbarbour
committed
28e1e7a
View commit details
Copy full SHA for 28e1e7a
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
GQLGW-5297-remove-start-defer-calls
llin2
committed
18207de
View commit details
Copy full SHA for 18207de
View code at this point
Browse repository at this point
GQLGW-5297-add-unusual-config
llin2
committed
0f365b5
View commit details
Copy full SHA for 0f365b5
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
GQLGW-5297-assert-on-result-and-remove-redundant-call
llin2
committed
50169f0
View commit details
Copy full SHA for 50169f0
View code at this point
Browse repository at this point
Commits on Nov 17, 2025
GQLGW-666-move-start-to-after-initial-fields-resolve-with-info
llin2
committed
a5c458e
View commit details
Copy full SHA for a5c458e
View code at this point
Browse repository at this point
GQLGW-666-do-not-start-on-separate-thread
llin2
committed
7e8d69a
View commit details
Copy full SHA for 7e8d69a
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
GQLGW-5297-optimise-incremental-part-execution-for-defer-requests
llin2
committed
dd8313b
View commit details
Copy full SHA for dd8313b
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Fix error: Unusable type signature for overload of graphql.schema.SchemaTraverser::depthFirst #4147
Show description for 7232a13
marktech0813
authored
7232a13
View commit details
Copy full SHA for 7232a13
View code at this point
Browse repository at this point
Merge pull request #4164 from graphql-java/use-dispatch-all
andimarek
authored
aed1e80
View commit details
Copy full SHA for aed1e80
View code at this point
Browse repository at this point
use dispatch all to not break ScheduledDataLoaderRegistry
andimarek
committed
8a1cfd3
View commit details
Copy full SHA for 8a1cfd3
View code at this point
Browse repository at this point
Merge pull request #4157 from graphql-java/update-java-dataloader
Show description for bbe6a65
dondonz
authored
bbe6a65
View commit details
Copy full SHA for bbe6a65
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
upgrade to dataloader 6
andimarek
committed
7031555
View commit details
Copy full SHA for 7031555
View code at this point
Browse repository at this point
upgrade to dataloader 6
andimarek
committed
6b68072
View commit details
Copy full SHA for 6b68072
View code at this point
Browse repository at this point
upgrade to dataloader 6
andimarek
committed
b3b3bea
View commit details
Copy full SHA for b3b3bea
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Merge pull request #4141 from graphql-java/datafetcher-result
Show description for 71e6199
andimarek
authored
71e6199
View commit details
Copy full SHA for 71e6199
View code at this point
Browse repository at this point
improve nullable annotations
andimarek
committed
86419f9
View commit details
Copy full SHA for 86419f9
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
Parse hex strings to numbers more efficiently
Show description for 91fa11f
kilink
committed
91fa11f
View commit details
Copy full SHA for 91fa11f
View code at this point
Browse repository at this point
Commits on Nov 1, 2025
Merge pull request #4084 from graphql-java/instrumentation-callback-after-reactive-publishers-finish
Show description for 4531f09
bbakerman
authored
4531f09
View commit details
Copy full SHA for 4531f09
View code at this point
Browse repository at this point
Merge pull request #4153 from kilink/assert-constant-string
Show description for 2f5aa46
bbakerman
authored
2f5aa46
View commit details
Copy full SHA for 2f5aa46
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into instrumentation-callback-after-reactive-publishers-finish
Show description for ea5defc
bbakerman
committed
ea5defc
View commit details
Copy full SHA for ea5defc
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Fix FpKit.concat parameters
Show description for 347fa58
kilink
committed
347fa58
View commit details
Copy full SHA for 347fa58
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
assert with constants where possible
Show description for 4957f16
kilink
committed
4957f16
View commit details
Copy full SHA for 4957f16
View code at this point
Browse repository at this point
Merge pull request #4152 from kilink/more-collection-and-map-sizing
Show description for 0269e6d
bbakerman
authored
0269e6d
View commit details
Copy full SHA for 0269e6d
View code at this point
Browse repository at this point
Merge pull request #4151 from kilink/GraphqlTypeComparators-improvements
Show description for b48fab0
bbakerman
authored
b48fab0
View commit details
Copy full SHA for b48fab0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.