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
Type
/
to 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
execution
ValuesResolver.java
on
master
User selector
All users
All time
Commit history
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 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
Commits on Apr 15, 2023
This introduces an input interceptor
bbakerman
committed
66f2829
View commit details
Copy full SHA for 66f2829
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 Jul 16, 2022
Add private constructor
dondonz
committed
3a51082
View commit details
Copy full SHA for 3a51082
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
Make ValuesResolver methods static
dondonz
committed
b69b9d8
View commit details
Copy full SHA for b69b9d8
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
RawVariables and CoercedVariables are public API (#2868)
bbakerman
authored
6090f3c
View commit details
Copy full SHA for 6090f3c
View code at this point
Browse repository at this point
Commits on May 24, 2022
Raw and Coerced Variables refactor (#2802)
Show description for 86d5443
dondonz
authored
86d5443
View commit details
Copy full SHA for 86d5443
View code at this point
Browse repository at this point
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 Mar 27, 2022
Improve NonNullableValueCoercedAsNullException message (#2774)
Show description for e6c95b8
dondonz
authored
e6c95b8
View commit details
Copy full SHA for e6c95b8
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
This is some performance optimisations for NormalisedOperations (#2732)
Show description for 0b887a9
bbakerman
authored
0b887a9
View commit details
Copy full SHA for 0b887a9
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 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 Jul 13, 2021
Handle arrays in the value resolver (#2433)
Show description for 4ae14fa
bbakerman
authored
4ae14fa
View commit details
Copy full SHA for 4ae14fa
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
rename NQ into ExecutableNormalizedOperation and fix a bug when an argument was missing
andimarek
committed
56da11b
View commit details
Copy full SHA for 56da11b
View code at this point
Browse repository at this point
Commits on Jun 22, 2021
Omit variables if value was absent and use LinkedHashMap for null values
gnawf
committed
c0112ea
View commit details
Copy full SHA for c0112ea
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
Fix NPE on absent variable values
gnawf
committed
17b7396
View commit details
Copy full SHA for 17b7396
View code at this point
Browse repository at this point
Commits on Jun 11, 2021
Cleans up JavaDoc warnings (#2379)
bbakerman
authored
c5b814c
View commit details
Copy full SHA for c5b814c
View code at this point
Browse repository at this point
Commits on May 30, 2021
Support for a more powerful way to get argument and input field values (#2363)
Show description for 3dff821
bbakerman
authored
3dff821
View commit details
Copy full SHA for 3dff821
View code at this point
Browse repository at this point
Commits on May 23, 2021
cleanup
andimarek
committed
8a80ab1
View commit details
Copy full SHA for 8a80ab1
View code at this point
Browse repository at this point
Commits on May 21, 2021
resolve merge conflicts
andimarek
committed
b86fa43
View commit details
Copy full SHA for b86fa43
View code at this point
Browse repository at this point
Merge branch 'literal-to-value-coercing' into normalized-input
Show description for 867e649
andimarek
committed
867e649
View commit details
Copy full SHA for 867e649
View code at this point
Browse repository at this point
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
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 14, 2021
refactor the normalized input to contain literals
andimarek
committed
4e01979
View commit details
Copy full SHA for 4e01979
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
clarify validation
andimarek
committed
ae664c0
View commit details
Copy full SHA for ae664c0
View code at this point
Browse repository at this point
fix
andimarek
committed
80ab31b
View commit details
Copy full SHA for 80ab31b
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
9ebab6d
View commit details
Copy full SHA for 9ebab6d
View code at this point
Browse repository at this point
wip
andimarek
committed
537ea84
View commit details
Copy full SHA for 537ea84
View code at this point
Browse repository at this point
wip
andimarek
committed
df5edaf
View commit details
Copy full SHA for df5edaf
View code at this point
Browse repository at this point
wip
andimarek
committed
03f956c
View commit details
Copy full SHA for 03f956c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.