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
schema
GraphQLArgument.java
on
master
User selector
All users
All time
Commit history
Commits on Feb 4, 2023
Updating the JavaDoc http links (#3083)
Show description for 322c5c2
bbakerman
and
dondonz
authored
322c5c2
View commit details
Copy full SHA for 322c5c2
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 Aug 20, 2022
Add deprecated at dates
dondonz
committed
47b64a1
View commit details
Copy full SHA for 47b64a1
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
Avoid a binary incompatible change while retaining common code (#2748)
Show description for 83c97eb
bbakerman
authored
83c97eb
View commit details
Copy full SHA for 83c97eb
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
READY- Applied Directives (#2562)
Show description for a2d81a8
bbakerman
authored
a2d81a8
View commit details
Copy full SHA for a2d81a8
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 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 21, 2021
fix tests
andimarek
committed
c0e83b7
View commit details
Copy full SHA for c0e83b7
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
Commits on May 16, 2021
javadoc
andimarek
committed
549d797
View commit details
Copy full SHA for 549d797
View code at this point
Browse repository at this point
Commits on May 12, 2021
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
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
wip of introducing two new coercing functions
andimarek
committed
7eb36aa
View commit details
Copy full SHA for 7eb36aa
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
This provides @deprecated on input fields and arguments (#2186)
Show description for 122efe8
bbakerman
authored
122efe8
View commit details
Copy full SHA for 122efe8
View code at this point
Browse repository at this point
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 Nov 15, 2020
Repeatable directives support (#2015)
Show description for ff3f691
bbakerman
authored
ff3f691
View commit details
Copy full SHA for ff3f691
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
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 25, 2020
Schema transformer fix (#2078)
Show description for a39aec8
andimarek
and
bbakerman
authored
a39aec8
View commit details
Copy full SHA for a39aec8
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Transforming an argument/input field should not set a default value
Show description for f3e084a
kaqqao
committed
f3e084a
View commit details
Copy full SHA for f3e084a
View code at this point
Browse repository at this point
Commits on May 22, 2020
Merge branch 'master' into default-values
andimarek
committed
f11267f
View commit details
Copy full SHA for f11267f
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
null and default value handling fixes with more tests
andimarek
committed
9b5a295
View commit details
Copy full SHA for 9b5a295
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Refine GraphQLSchema hierarchy:
Show description for a7a9b5e
andimarek
committed
a7a9b5e
View commit details
Copy full SHA for a7a9b5e
View code at this point
Browse repository at this point
Commits on Nov 5, 2019
improve introspection performance by using explicit DataFetcher
Show description for 2700e58
andimarek
committed
2700e58
View commit details
Copy full SHA for 2700e58
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Renamed to GraphqlInputValueDefinition
bbakerman
committed
45288f7
View commit details
Copy full SHA for 45288f7
View code at this point
Browse repository at this point
Invented a new interface type
bbakerman
committed
8c5fc53
View commit details
Copy full SHA for 8c5fc53
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
PR feedback: javadoc, naming, details
andimarek
committed
f491d93
View commit details
Copy full SHA for f491d93
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
schema transformation with cycles
andimarek
committed
9405a8a
View commit details
Copy full SHA for 9405a8a
View code at this point
Browse repository at this point
cleanup builder method names
andimarek
committed
d3db26b
View commit details
Copy full SHA for d3db26b
View code at this point
Browse repository at this point
with new child implementation
andimarek
committed
29903ab
View commit details
Copy full SHA for 29903ab
View code at this point
Browse repository at this point
add getChildren method to schema elements
andimarek
committed
4dfa7ec
View commit details
Copy full SHA for 4dfa7ec
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
keep type references when replaced
andimarek
committed
173ddf5
View commit details
Copy full SHA for 173ddf5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.