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
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 }}
rwinch
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 5, 2021
Merge pull request #2315 from graphql-java/normalized-fields-lists
Show description for 080c6a3
andimarek
authored
080c6a3
View commit details
Copy full SHA for 080c6a3
Browse repository at this point
Commits on May 4, 2021
Merge pull request #2317 from graphql-java/dev-build
Show description for d3ac10b
andimarek
authored
d3ac10b
View commit details
Copy full SHA for d3ac10b
Browse repository at this point
change dev build version to have a 0.0.0 prefix
andimarek
committed
dc7f179
View commit details
Copy full SHA for dc7f179
Browse repository at this point
fix handling of NormalizedInputValue in Lists
andimarek
committed
ad32cd1
View commit details
Copy full SHA for ad32cd1
Browse repository at this point
Commits on May 3, 2021
Merge pull request #2311 from graphql-java/normalized-arguments
Show description for 8f1ec44
andimarek
authored
8f1ec44
View commit details
Copy full SHA for 8f1ec44
Browse repository at this point
PR feedback
andimarek
committed
1b8e2f6
View commit details
Copy full SHA for 1b8e2f6
Browse repository at this point
javadoc
andimarek
committed
7ee94e9
View commit details
Copy full SHA for 7ee94e9
Browse repository at this point
Commits on Apr 29, 2021
PR feedback
andimarek
committed
c59c024
View commit details
Copy full SHA for c59c024
Browse repository at this point
Commits on Apr 28, 2021
fix javadoc
andimarek
committed
71464dc
View commit details
Copy full SHA for 71464dc
Browse repository at this point
javadoc
andimarek
committed
81610bf
View commit details
Copy full SHA for 81610bf
Browse repository at this point
javadoc
andimarek
committed
31e5771
View commit details
Copy full SHA for 31e5771
Browse repository at this point
more tests
andimarek
committed
fac315e
View commit details
Copy full SHA for fac315e
Browse repository at this point
add jetbrains annotations
Show description for acadeb6
andimarek
committed
acadeb6
View commit details
Copy full SHA for acadeb6
Browse repository at this point
normalized argument test
andimarek
committed
89fa76a
View commit details
Copy full SHA for 89fa76a
Browse repository at this point
add normalized arguments to NQ
andimarek
committed
3e06062
View commit details
Copy full SHA for 3e06062
Browse repository at this point
Merge pull request #2310 from graphql-java/values-resolver-input-object-values
Show description for 4d52fd0
andimarek
authored
4d52fd0
View commit details
Copy full SHA for 4d52fd0
Browse repository at this point
cleanup
andimarek
committed
5f1344c
View commit details
Copy full SHA for 5f1344c
Browse repository at this point
fix test
andimarek
committed
143a04e
View commit details
Copy full SHA for 143a04e
Browse repository at this point
refactor input object value coercion
andimarek
committed
04355ac
View commit details
Copy full SHA for 04355ac
Browse repository at this point
Commits on Apr 27, 2021
Merge pull request #2308 from graphql-java/values-resolver-refactoring
Show description for eb3afc2
andimarek
authored
eb3afc2
View commit details
Copy full SHA for eb3afc2
Browse repository at this point
comment
andimarek
committed
9482ad2
View commit details
Copy full SHA for 9482ad2
Browse repository at this point
add hasSetDefaultValue logic to GraphQLInputObjectField
andimarek
committed
f5c81be
View commit details
Copy full SHA for f5c81be
Browse repository at this point
refactor code to align more clearly with spec
andimarek
committed
f6eb4ef
View commit details
Copy full SHA for f6eb4ef
Browse repository at this point
refactor code to align more clearly with spec
andimarek
committed
220e9bc
View commit details
Copy full SHA for 220e9bc
Browse repository at this point
Commits on Apr 19, 2021
Missing public identifiers (#2297)
Show description for d783ec7
bbakerman
authored
d783ec7
View commit details
Copy full SHA for d783ec7
Browse repository at this point
Commits on Apr 11, 2021
minor change for NodeUtil (#2133)
dugenkui03
authored
93cc515
View commit details
Copy full SHA for 93cc515
Browse repository at this point
Fix AstPrinter throws on empty description (#2281)
Show description for 656f4e3
sonallux
authored
656f4e3
View commit details
Copy full SHA for 656f4e3
Browse repository at this point
Build: Export all graphql packages in OSGi bundle. (#2252)
Show description for 1d16e70
AndreasTu
authored
1d16e70
View commit details
Copy full SHA for 1d16e70
Browse repository at this point
Sort GraphQLSchemaElement by name or toString(), avoid cast error (#2125)
Show description for f362d61
dugenkui03
authored
f362d61
View commit details
Copy full SHA for f362d61
Browse repository at this point
Commits on Apr 9, 2021
This allows system data fetchers to be replaced (#2236)
Show description for b510f5e
bbakerman
authored
b510f5e
View commit details
Copy full SHA for b510f5e
Browse repository at this point
Commits on Mar 30, 2021
Updating badges
bbakerman
committed
2231493
View commit details
Copy full SHA for 2231493
Browse repository at this point
Updated badge
bbakerman
committed
dbf4b18
View commit details
Copy full SHA for dbf4b18
Browse repository at this point
Removing Travis
bbakerman
committed
e91c889
View commit details
Copy full SHA for e91c889
Browse repository at this point
Commits on Mar 29, 2021
removed spectrum reference
bbakerman
committed
a37cde2
View commit details
Copy full SHA for a37cde2
Browse repository at this point
remove key id
andimarek
committed
fdea5cf
View commit details
Copy full SHA for fdea5cf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.