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
23
Pull requests
18
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
java
graphql
language
on
remove-agent
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 4, 2025
Merge pull request #4027 from graphql-java/immutable-language-directive-containers
Show description for 309fa9d
bbakerman
authored
309fa9d
View commit details
Copy full SHA for 309fa9d
View code at this point
Browse repository at this point
Commits on Jun 28, 2025
A more memory efficient AstPrinter
bbakerman
committed
83ec4d5
View commit details
Copy full SHA for 83ec4d5
View code at this point
Browse repository at this point
A more memory efficient directives container
bbakerman
committed
dcc6a93
View commit details
Copy full SHA for dcc6a93
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Introduce a filter and map imperative metghof to replace .stream() calls
bbakerman
committed
e97b473
View commit details
Copy full SHA for e97b473
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
Add method to AstPrinter to allow supplying Appendable
Show description for 51e0cd0
kilink
committed
51e0cd0
View commit details
Copy full SHA for 51e0cd0
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
Merge pull request #3739 from gnawf/remove-extension-interface
Show description for 23e11c4
dondonz
authored
23e11c4
View commit details
Copy full SHA for 23e11c4
View code at this point
Browse repository at this point
Shift SDL extension interface implementation
dzhou-atlassian
committed
1229e74
View commit details
Copy full SHA for 1229e74
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
Remove SDLExtensionDefinition from InterfaceTypeDefinition
gnawf
committed
e84845e
View commit details
Copy full SHA for e84845e
View code at this point
Browse repository at this point
Commits on Sep 22, 2024
Avoid unnecessary String allocations in AstPrinter
Show description for ade972c
kilink
committed
ade972c
View commit details
Copy full SHA for ade972c
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
Add missing NamedNode interface
dondonz
committed
4e4932f
View commit details
Copy full SHA for 4e4932f
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
AstPrinter: Empty types should not include braces `{}`
tinnou
committed
a9f53dd
View commit details
Copy full SHA for a9f53dd
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Merge pull request #3507 from graphql-java/cheaper_assertions
Show description for eabd2cf
bbakerman
authored
eabd2cf
View commit details
Copy full SHA for eabd2cf
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
reverting back to pre code change
bbakerman
committed
0449ee9
View commit details
Copy full SHA for 0449ee9
View code at this point
Browse repository at this point
put () -> back
bbakerman
committed
34adae6
View commit details
Copy full SHA for 34adae6
View code at this point
Browse repository at this point
Cheaper assertions with N arity functions
bbakerman
committed
b0a362e
View commit details
Copy full SHA for b0a362e
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
Cheaper assertions with constant strings
bbakerman
committed
7d29e37
View commit details
Copy full SHA for 7d29e37
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Tweaks to Netflix interning PR - naming etc..
bbakerman
committed
cc067be
View commit details
Copy full SHA for cc067be
View code at this point
Browse repository at this point
Intern field names (#3503)
Show description for 063485d
bbakerman
and
DanielThomas
authored
063485d
View commit details
Copy full SHA for 063485d
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Use String concatenation instead of StringBuilder
Show description for f523053
kilink
committed
f523053
View commit details
Copy full SHA for f523053
View code at this point
Browse repository at this point
Commits on Feb 11, 2024
Add JSON escape for single line description and test
dondonz
committed
8e5250b
View commit details
Copy full SHA for 8e5250b
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
The ability to get the source location of a schema element - support for unwrapped elements
bbakerman
committed
a1bedb8
View commit details
Copy full SHA for a1bedb8
View code at this point
Browse repository at this point
The ability to get the source location of a schema element
bbakerman
committed
0a40131
View commit details
Copy full SHA for 0a40131
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
More work on @oneOf directive support - backed out validation code - now in valueresolver - with tests from spec
bbakerman
committed
3f9cbaa
View commit details
Copy full SHA for 3f9cbaa
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Add fix and tests
dondonz
committed
07b00fa
View commit details
Copy full SHA for 07b00fa
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
chore: Remove unused imports and local variables (#3034)
Show description for b424ab8
federicorispo
authored
b424ab8
View commit details
Copy full SHA for b424ab8
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Adding Locale to Parser (#2921)
Show description for 432e734
bbakerman
authored
432e734
View commit details
Copy full SHA for 432e734
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
restrict access more and declare it experimental
andimarek
committed
6ab2c9d
View commit details
Copy full SHA for 6ab2c9d
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Rename to PrettyAstPrinter; improve tests; add javadoc
felipe-gdr
committed
923a034
View commit details
Copy full SHA for 923a034
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Expose default pretty options and rename capture rule context method
felipe-gdr
committed
05c229d
View commit details
Copy full SHA for 05c229d
View code at this point
Browse repository at this point
Commits on Jul 24, 2022
Implement pretty printer
felipe-gdr
committed
6030b3a
View commit details
Copy full SHA for 6030b3a
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
This tightens the AST compact printing (#2872)
Show description for 79a837b
bbakerman
authored
79a837b
View commit details
Copy full SHA for 79a837b
View code at this point
Browse repository at this point
Commits on May 24, 2022
Use ImmutableKit emptyMap and emptyList (#2829)
Show description for 6060676
bbakerman
authored
6060676
View commit details
Copy full SHA for 6060676
View code at this point
Browse repository at this point
Commits on May 17, 2022
Merge pull request #2799 from kilink/astprinter-bug
Show description for 271879b
dondonz
authored
271879b
View commit details
Copy full SHA for 271879b
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
Fix `AstPrinter` to print field descriptions (#2808)
Show description for 5e7d856
david-castaneda
authored
5e7d856
View commit details
Copy full SHA for 5e7d856
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Fix bug in AstPrinter preventing query short form from being used
Show description for f7b6975
kilink
committed
f7b6975
View commit details
Copy full SHA for f7b6975
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.