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
22
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
schema-usage
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 1, 2022
Feedback on Andi on linked hashmap
bbakerman
committed
75068f7
View commit details
Copy full SHA for 75068f7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into schema-usage
bbakerman
committed
8287324
View commit details
Copy full SHA for 8287324
View code at this point
Browse repository at this point
Allow certain query validation rules to be skipped (#2598)
Show description for 0300684
bbakerman
authored
0300684
View commit details
Copy full SHA for 0300684
View code at this point
Browse repository at this point
This allows you to derive new classes from the error builder class (#2651)
bbakerman
authored
3b3bf3f
View commit details
Copy full SHA for 3b3bf3f
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
Fix gh-2702 and add `Introspection.__DirectiveLocation` regression tests (#2703)
Show description for 7bac61e
jord1e
authored
7bac61e
View commit details
Copy full SHA for 7bac61e
View code at this point
Browse repository at this point
Commits on Jan 26, 2022
This uses -parameters as javac options (#2671)
bbakerman
authored
9b154ff
View commit details
Copy full SHA for 9b154ff
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Immutable maps, and new method names
bbakerman
committed
24ecd9c
View commit details
Copy full SHA for 24ecd9c
View code at this point
Browse repository at this point
More work on schema usage to handle circular references
bbakerman
committed
e18107b
View commit details
Copy full SHA for e18107b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into schema-usage
bbakerman
committed
405b53b
View commit details
Copy full SHA for 405b53b
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 27, 2021
This adds the field selection set to the type resolver (#2597)
Show description for 1ee9630
bbakerman
authored
1ee9630
View commit details
Copy full SHA for 1ee9630
View code at this point
Browse repository at this point
Bugfix: spec-compliant behaviour for non-nullable types with default values. (#2573)
Show description for 309fb9e
folone
and
George Leontiev
authored
309fb9e
View commit details
Copy full SHA for 309fb9e
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
Bugfix: Check wiring factory when fetching scalar implementations in ArgValueOfAllowedTypeChecker (#2648)
Show description for f993255
sachindshinde
authored
f993255
View commit details
Copy full SHA for f993255
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Allow leading pipe in directive SDL, and add leading union pipe tests (#2650)
Show description for 4a82b0b
jord1e
authored
4a82b0b
View commit details
Copy full SHA for 4a82b0b
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
A default implementation of DataFetcherExceptionHandler.onException (#2614)
Show description for 4238a16
bbakerman
authored
4238a16
View commit details
Copy full SHA for 4238a16
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
Naming fix up to IntMap (#2631)
bbakerman
authored
abbb856
View commit details
Copy full SHA for abbb856
View code at this point
Browse repository at this point
Using custom data structure for callstack tracking (#2630)
Show description for f8dd9d2
dfa1
authored
f8dd9d2
View commit details
Copy full SHA for f8dd9d2
View code at this point
Browse repository at this point
Directive validation is now done on schema build post validation (#2576)
Show description for 5108111
bbakerman
authored
5108111
View commit details
Copy full SHA for 5108111
View code at this point
Browse repository at this point
Propagate errors to individual Subscription events (#2610)
Show description for e388876
jord1e
authored
e388876
View commit details
Copy full SHA for e388876
View code at this point
Browse repository at this point
change preparsedDocumentProvider return value to CompletableFuture<PreparsedDocumentEntry> (#2612)
Show description for 89a3373
heoYH
and
heo-d
authored
89a3373
View commit details
Copy full SHA for 89a3373
View code at this point
Browse repository at this point
Commits on Nov 29, 2021
Avoid printing inline fragment if there is no conditional type
gnawf
committed
d1efea2
View commit details
Copy full SHA for d1efea2
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
Fix integration test using the default Locale in Locale#getDisplayName() (#2611)
Show description for 4eed7c9
jord1e
authored
4eed7c9
View commit details
Copy full SHA for 4eed7c9
View code at this point
Browse repository at this point
Add type reference support to interface builders (#2602)
Show description for 8c7249b
dondonz
authored
8c7249b
View commit details
Copy full SHA for 8c7249b
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 Nov 8, 2021
Support for tracking the parse order (#2539)
Show description for 03c6169
bbakerman
authored
03c6169
View commit details
Copy full SHA for 03c6169
View code at this point
Browse repository at this point
Merge branch 'master' into compatator_is_used_for_in_order_schema_printing
Show description for 98c4d22
russellyou
committed
98c4d22
View commit details
Copy full SHA for 98c4d22
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
Fixed a bug in NormalisedInputValue (#2599)
bbakerman
authored
992d95f
View commit details
Copy full SHA for 992d95f
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Sort schema directives in `SchemaPrinter`. (#2575)
Show description for e0eb64c
folone
and
George Leontiev
authored
e0eb64c
View commit details
Copy full SHA for e0eb64c
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
Fix triple nested enum validation error (#2570)
Show description for 94f0137
dondonz
authored
94f0137
View commit details
Copy full SHA for 94f0137
View code at this point
Browse repository at this point
Commits on Oct 4, 2021
Improve argument non null exception (#2572)
dondonz
authored
b6611f0
View commit details
Copy full SHA for b6611f0
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
Fixed test
bbakerman
committed
4ede1e0
View commit details
Copy full SHA for 4ede1e0
View code at this point
Browse repository at this point
This puts in the ability to sort a schema during printing
bbakerman
committed
725512c
View commit details
Copy full SHA for 725512c
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Adding a parser listener AND the ability to set parser options per request (#2555)
Show description for 420218d
bbakerman
authored
420218d
View commit details
Copy full SHA for 420218d
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
This adds the AST definitions onto applied directives and applied arguments (#2556)
bbakerman
authored
370dfa7
View commit details
Copy full SHA for 370dfa7
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Fixing master test
bbakerman
committed
bf4e324
View commit details
Copy full SHA for bf4e324
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.