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
22.x
User selector
All users
Datepicker
All time
Commit history
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
Add ParserOption to ignore single-line comments (#2788)
Show description for 66595fa
jord1e
authored
66595fa
View commit details
Copy full SHA for 66595fa
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
Variable document compilation now handles enums properly AND also that some values can be null (#2784)
bbakerman
authored
2148cdf
View commit details
Copy full SHA for 2148cdf
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
AstPrinter performance improvements (#2729)
bbakerman
authored
981f840
View commit details
Copy full SHA for 981f840
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
Fix AstPrinter trimming blank string values (#2672)
gnawf
authored
2d522ed
View commit details
Copy full SHA for 2d522ed
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
Simplify some isEqualTo implementations (#2620)
Show description for 08b4b01
dfa1
authored
08b4b01
View commit details
Copy full SHA for 08b4b01
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Added support for a context object to the AstTransformer (#2596)
Show description for dd1d500
chriswr95
and
chwrigh
authored
dd1d500
View commit details
Copy full SHA for dd1d500
View code at this point
Browse repository at this point
Commits on Sep 6, 2021
Added a named SDL definition (#2538)
Show description for 84984aa
bbakerman
authored
84984aa
View commit details
Copy full SHA for 84984aa
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
This fixes a Bug in the ValueResolver (#2531)
Show description for 8530366
bbakerman
authored
8530366
View commit details
Copy full SHA for 8530366
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
This has annoyed me forever, and I want to fix it (#2491)
bbakerman
authored
077e94f
View commit details
Copy full SHA for 077e94f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.