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
graphql
schema
validation
on
master
User selector
All users
Datepicker
All time
Commit history
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
Commits on Oct 14, 2020
Fix for #2072
KammererTob
committed
a50e111
View commit details
Copy full SHA for a50e111
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
add missing internal or publicapi
andimarek
committed
06c0b2d
View commit details
Copy full SHA for 06c0b2d
View code at this point
Browse repository at this point
Commits on May 26, 2020
1897: Fix argument implementation in SchemaValidator
felipe-gdr
committed
c76e88e
View commit details
Copy full SHA for c76e88e
View code at this point
Browse repository at this point
Commits on May 24, 2020
1897: Fix field argument validation in SchemaValidator
felipe-gdr
committed
c15eb87
View commit details
Copy full SHA for c15eb87
View code at this point
Browse repository at this point
Merge branch 'master' into 1764_allow-interfaces-to-implement-other-interfaces
andimarek
committed
7601889
View commit details
Copy full SHA for 7601889
View code at this point
Browse repository at this point
1764: Implemente interface implement interface validation in SchemaValidator
felipe-gdr
committed
420481f
View commit details
Copy full SHA for 420481f
View code at this point
Browse repository at this point
Commits on May 21, 2020
Make the graphql-java Asserts truly lazy and hence more efficient (#1913)
Show description for 2acb557
bbakerman
and
Katrina Lee
authored
2acb557
View commit details
Copy full SHA for 2acb557
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
wip
andimarek
committed
5d3cca9
View commit details
Copy full SHA for 5d3cca9
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Uses LinkedHashMap and LinkedHashSet in places to preserve insertion order
bbakerman
committed
c0edb92
View commit details
Copy full SHA for c0edb92
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
To ast renaming (#1278)
Show description for 873bada
bbakerman
authored
873bada
View commit details
Copy full SHA for 873bada
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
Consolidates the isNonNull and isList for consistency and readability (#1095)
Show description for 03ae4c2
bbakerman
authored
03ae4c2
View commit details
Copy full SHA for 03ae4c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.