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 }}
JavaSleep89
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java
src
main
java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 28, 2023
Merge pull request #3304 from gnawf/fix-parent-restriction-to-isolated-node
Show description for e3c7df5
bbakerman
authored
e3c7df5
View commit details
Copy full SHA for e3c7df5
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
Permit parent restricted nodes to map to isolated nodes
gnawf
committed
85848b6
View commit details
Copy full SHA for 85848b6
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
Added support for async create state in instrumentmentions
bbakerman
committed
ce83384
View commit details
Copy full SHA for ce83384
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
Added support for schema printer deprecation reason printing and fixed missing @deprecated directive on arguments
vadimofd
committed
1de1356
View commit details
Copy full SHA for 1de1356
View code at this point
Browse repository at this point
Merge pull request #3297 from faizan-siddiqui/add-directive-name-to-location
Show description for 7088dee
bbakerman
authored
7088dee
View commit details
Copy full SHA for 7088dee
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
add directiveName as property to AppliedDirectiveLocationDetail
Faizan Siddiqui
committed
6d7e50e
View commit details
Copy full SHA for 6d7e50e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into oneOf_support_branch
bbakerman
committed
dc27ed1
View commit details
Copy full SHA for dc27ed1
View code at this point
Browse repository at this point
Merge pull request #3278 from graphql-java/3276_variable_validation_bug
Show description for ba589a8
bbakerman
authored
ba589a8
View commit details
Copy full SHA for ba589a8
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into oneOf_support_branch
bbakerman
committed
8e8e8ef
View commit details
Copy full SHA for 8e8e8ef
View code at this point
Browse repository at this point
Merge pull request #3287 from vadimofd/schema-printer-comments
Show description for 3b1736f
dondonz
authored
3b1736f
View commit details
Copy full SHA for 3b1736f
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into oneOf_support_branch
Show description for fb28011
bbakerman
committed
fb28011
View commit details
Copy full SHA for fb28011
View code at this point
Browse repository at this point
more doc
russellyou
committed
bbc8af7
View commit details
Copy full SHA for bbc8af7
View code at this point
Browse repository at this point
Merge branch 'master' into schema-printer-comments
dondonz
authored
097848a
View commit details
Copy full SHA for 097848a
View code at this point
Browse repository at this point
write query directives from ENF to AST
russellyou
committed
15e2c1e
View commit details
Copy full SHA for 15e2c1e
View code at this point
Browse repository at this point
write query directives from ENF to AST
russellyou
committed
33b59d6
View commit details
Copy full SHA for 33b59d6
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
Fixed a couple of minor review comments.
Show description for 7e1b017
vadimofd
committed
7e1b017
View commit details
Copy full SHA for 7e1b017
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
Added support for optional printing of AST definition comments.
vadimofd
committed
6f5368d
View commit details
Copy full SHA for 6f5368d
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Fixed the ValuesResolverConversion to handle programmatically set nulls
bbakerman
committed
b79540b
View commit details
Copy full SHA for b79540b
View code at this point
Browse repository at this point
Commits on Aug 6, 2023
Tweaked the errors messages
bbakerman
committed
9df21f1
View commit details
Copy full SHA for 9df21f1
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
added @ExperimentalApi
bbakerman
committed
e55ddee
View commit details
Copy full SHA for e55ddee
View code at this point
Browse repository at this point
issue 3276 - more work on fixing this bug
bbakerman
committed
9c99711
View commit details
Copy full SHA for 9c99711
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
Wrap NumberFormatException
Show description for fbb1579
arthurscchan
committed
fbb1579
View commit details
Copy full SHA for fbb1579
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
Bug 3276 - fix for reported bug
bbakerman
committed
3b09851
View commit details
Copy full SHA for 3b09851
View code at this point
Browse repository at this point
More work on @oneOf directive support - backed out validation code - now in valueresolver - PR tweaks
bbakerman
committed
f1a3ee3
View commit details
Copy full SHA for f1a3ee3
View code at this point
Browse repository at this point
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 Jul 31, 2023
More work on @oneOf directive support - backed out validation code - now in resolver - untested
bbakerman
committed
345c1af
View commit details
Copy full SHA for 345c1af
View code at this point
Browse repository at this point
More work on @oneOf directive support - added isOneOf support to the builder
bbakerman
committed
a381658
View commit details
Copy full SHA for a381658
View code at this point
Browse repository at this point
More work on @oneOf directive support - added literal validation
bbakerman
committed
7b823cc
View commit details
Copy full SHA for 7b823cc
View code at this point
Browse repository at this point
Commits on Jul 30, 2023
More work on @oneOf directive support
bbakerman
committed
ad2b7b0
View commit details
Copy full SHA for ad2b7b0
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Started a branch for the oneOf directive support
bbakerman
committed
2eeaa6b
View commit details
Copy full SHA for 2eeaa6b
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
Handle repeated query directives
gnawf
committed
e54fd89
View commit details
Copy full SHA for e54fd89
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
Add docs
gnawf
committed
d1dd724
View commit details
Copy full SHA for d1dd724
View code at this point
Browse repository at this point
Add max depth option to ExecutableNormalizedOperationFactory
gnawf
committed
c15da42
View commit details
Copy full SHA for c15da42
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
Merge pull request #3251 from graphql-java/static_property_like_methods_should_not_be_used
Show description for c1395c8
bbakerman
authored
c1395c8
View commit details
Copy full SHA for c1395c8
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
Merge pull request #3261 from graphql-java/factory_for_query_directives
Show description for 51206b0
bbakerman
authored
51206b0
View commit details
Copy full SHA for 51206b0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.