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
25
Pull requests
27
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
schema
validation
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 20, 2026
Fix input cycle validation for non-null lists (#4386)
andimarek
authored
7e0b1c1
View commit details
Copy full SHA for 7e0b1c1
View code at this point
Browse repository at this point
Commits on May 19, 2026
validate circular default values (#4253)
Show description for 157c7cc
jbellenger
and
andimarek
authored
157c7cc
View commit details
Copy full SHA for 157c7cc
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
add inhabited oneof validation
jbellenger
committed
289505e
View commit details
Copy full SHA for 289505e
View code at this point
Browse repository at this point
Commits on Dec 18, 2025
#4182 - code built schemas should perform deprecated non null field validations as well as SDL built ones
bbakerman
committed
dd5bc03
View commit details
Copy full SHA for dd5bc03
View code at this point
Browse repository at this point
#4182 - code built schemas should perform deprecated non null field validations as well as SDL built ones
bbakerman
committed
afbcd52
View commit details
Copy full SHA for afbcd52
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
Commits on May 14, 2024
Stop string spread
dondonz
committed
c2906a4
View commit details
Copy full SHA for c2906a4
View code at this point
Browse repository at this point
Commits on May 12, 2024
Add validation for directive and field arguments
dondonz
committed
07dd807
View commit details
Copy full SHA for 07dd807
View code at this point
Browse repository at this point
Commits on May 8, 2024
Add @deprecated validation for input type fields
dondonz
committed
b177520
View commit details
Copy full SHA for b177520
View code at this point
Browse repository at this point
Commits on Apr 1, 2024
remove wildcard import
jbellenger
committed
0dac307
View commit details
Copy full SHA for 0dac307
View code at this point
Browse repository at this point
Commits on Mar 31, 2024
validate non-nullable directive args
jbellenger
committed
d843a30
View commit details
Copy full SHA for d843a30
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
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 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 Aug 22, 2022
Adding Locale to Coercing and hence ValueResolver (#2912)
Show description for e7409ac
bbakerman
authored
e7409ac
View commit details
Copy full SHA for e7409ac
View code at this point
Browse repository at this point
Commits on May 30, 2022
fix typos in javadoc, messages and comments (#2840)
dfa1
authored
36905f3
View commit details
Copy full SHA for 36905f3
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 Feb 12, 2022
support custom schema validation error classification (#2723)
dugenkui03
authored
52e876d
View commit details
Copy full SHA for 52e876d
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
Validation of input and output types only in the right context (#2664)
Show description for 10eb985
bbakerman
authored
10eb985
View commit details
Copy full SHA for 10eb985
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
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
Commits on May 24, 2021
PR feedback
andimarek
committed
a72796d
View commit details
Copy full SHA for a72796d
View code at this point
Browse repository at this point
Commits on May 21, 2021
refactor to use InputValueWithState instead of just Enum + Object
andimarek
committed
7b684e7
View commit details
Copy full SHA for 7b684e7
View code at this point
Browse repository at this point
applied directive values are validated
andimarek
committed
5d3d775
View commit details
Copy full SHA for 5d3d775
View code at this point
Browse repository at this point
validate programmatic applied directive values
andimarek
committed
c4a05f1
View commit details
Copy full SHA for c4a05f1
View code at this point
Browse repository at this point
Commits on May 13, 2021
add validation of default values
andimarek
committed
54025ed
View commit details
Copy full SHA for 54025ed
View code at this point
Browse repository at this point
Commits on May 12, 2021
validation work
andimarek
committed
30f9c3e
View commit details
Copy full SHA for 30f9c3e
View code at this point
Browse repository at this point
rename value/defaultValue methods
andimarek
committed
aa9f162
View commit details
Copy full SHA for aa9f162
View code at this point
Browse repository at this point
wip
andimarek
committed
ebc39ca
View commit details
Copy full SHA for ebc39ca
View code at this point
Browse repository at this point
refactor schema validation that it uses general type visitor
andimarek
committed
21e99b7
View commit details
Copy full SHA for 21e99b7
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Support of directives on fields and types during introspection (#2221)
Show description for e166c25
bbakerman
and
andimarek
authored
e166c25
View commit details
Copy full SHA for e166c25
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
avoiding array allocations in hashCode() (#2191)
Show description for b645925
dfa1
authored
b645925
View commit details
Copy full SHA for b645925
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Fix ClassCastException in TypeAndFieldRule for union member not object types
tinnou
committed
e911bca
View commit details
Copy full SHA for e911bca
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
Clean up master jdk 8 problem (#2100)
Show description for 17f0e27
bbakerman
authored
17f0e27
View commit details
Copy full SHA for 17f0e27
View code at this point
Browse repository at this point
New validation rules about type, field, argument (#1955)
Show description for c801fd8
dugenkui03
authored
c801fd8
View commit details
Copy full SHA for c801fd8
View code at this point
Browse repository at this point
add shaded guava collections and use it (#2086)
Show description for f6f9bae
andimarek
and
bbakerman
authored
f6f9bae
View commit details
Copy full SHA for f6f9bae
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.