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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
stackstorage
/
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
on
master
User selector
All users
All time
Commit history
Commits on Sep 17, 2016
Make it possible to provide an external Execution class.
perlow
committed
adf2c47
View commit details
Copy full SHA for adf2c47
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Better exception error messages for debugging.
Show description for 224b542
perlow
committed
224b542
View commit details
Copy full SHA for 224b542
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
Rename `ValuesResolver#coerceValueForInputObjectField()`
Show description for 2da789d
dminkovsky
committed
2da789d
View commit details
Copy full SHA for 2da789d
View code at this point
Browse repository at this point
Commits on May 20, 2016
Fix for #150 - Make BatchedExecutionStrategy return values in consistent order
arlampin
committed
c3f82d4
View commit details
Copy full SHA for c3f82d4
View code at this point
Browse repository at this point
Commits on May 12, 2016
When resolving a Double value, checking for NaN and returning null
Show description for 0964fe1
danielkwinsor
committed
0964fe1
View commit details
Copy full SHA for 0964fe1
View code at this point
Browse repository at this point
Commits on May 11, 2016
Javadoc fixes for java 8 errors and warnings. Excluding antlr generated files
danielkwinsor
committed
5803af9
View commit details
Copy full SHA for 5803af9
View code at this point
Browse repository at this point
Merge pull request #133 from danielkwinsor/master
Show description for f4deada
danielkwinsor
committed
f4deada
View commit details
Copy full SHA for f4deada
View code at this point
Browse repository at this point
When resolving a Double value, checking for NaN and returning null
danielkwinsor
committed
b2619d3
View commit details
Copy full SHA for b2619d3
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Update ExecutionContextBuilder.java
Show description for b5e0092
dminkovsky
committed
b5e0092
View commit details
Copy full SHA for b5e0092
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
Merge pull request #120 from dminkovsky/patch-1
Show description for 1c1be6e
andimarek
committed
1c1be6e
View commit details
Copy full SHA for 1c1be6e
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
Update ExecutionStrategy.java
Show description for 5880b9b
dminkovsky
committed
5880b9b
View commit details
Copy full SHA for 5880b9b
View code at this point
Browse repository at this point
Update Execution.java
dminkovsky
committed
7762c10
View commit details
Copy full SHA for 7762c10
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
cleanup: reformat code and optimize imports
andimarek
committed
5dfffe8
View commit details
Copy full SHA for 5dfffe8
View code at this point
Browse repository at this point
bugfix: Validate variable input fields for NonNull
andimarek
committed
f56171f
View commit details
Copy full SHA for f56171f
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
Merge branch 'feature/java-1.6-source-compatibility' of https://github.com/pt-achang/graphql-java into pt-achang-feature/java-1.6-source-compatibility
andimarek
committed
4cfd628
View commit details
Copy full SHA for 4cfd628
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Fix invalid javadoc in BatchedExecutionStrategy
Show description for cd3a7bf
loganlinn
committed
cd3a7bf
View commit details
Copy full SHA for cd3a7bf
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Change sourceCompatibility to 1.6.
pt-achang
committed
07199a3
View commit details
Copy full SHA for 07199a3
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
fix: Never call parseValue with null
andimarek
committed
13da1e2
View commit details
Copy full SHA for 13da1e2
View code at this point
Browse repository at this point
Commits on Jan 23, 2016
Fix link
Antoine Boyer
committed
1741a3c
View commit details
Copy full SHA for 1741a3c
View code at this point
Browse repository at this point
Added documentation to ExecutorServiceExecutionStrategy regarding usage. Along with a test to demonstrate example usage.
Antoine Boyer
committed
0937705
View commit details
Copy full SHA for 0937705
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
refactoring
andimarek
committed
80d855e
View commit details
Copy full SHA for 80d855e
View code at this point
Browse repository at this point
refactoring
andimarek
committed
b603ffa
View commit details
Copy full SHA for b603ffa
View code at this point
Browse repository at this point
doc typo
andimarek
committed
fa8c037
View commit details
Copy full SHA for fa8c037
View code at this point
Browse repository at this point
reaming Graphql classes to GraphQL
andimarek
committed
80f5ba0
View commit details
Copy full SHA for 80f5ba0
View code at this point
Browse repository at this point
reaming Graphql classes to GraphQL ... WIP
andimarek
committed
4a899b3
View commit details
Copy full SHA for 4a899b3
View code at this point
Browse repository at this point
bugfix: coerce is now serialize
andimarek
committed
4b6c8aa
View commit details
Copy full SHA for 4b6c8aa
View code at this point
Browse repository at this point
fixing javadoc
davidscottcohen
authored and
andimarek
committed
be5d5c6
View commit details
Copy full SHA for be5d5c6
View code at this point
Browse repository at this point
BatchedExecutionStrategy
davidscottcohen
authored and
andimarek
committed
59a5df5
View commit details
Copy full SHA for 59a5df5
View code at this point
Browse repository at this point
refactoring of list completion
andimarek
committed
e10e524
View commit details
Copy full SHA for e10e524
View code at this point
Browse repository at this point
Merge pull request #63 from jackielii/patch-2
Show description for f4e20f3
andimarek
committed
f4e20f3
View commit details
Copy full SHA for f4e20f3
View code at this point
Browse repository at this point
implement parseValue for Scalars and actual use it for resolving values
Show description for ac51ae3
andimarek
committed
ac51ae3
View commit details
Copy full SHA for ac51ae3
View code at this point
Browse repository at this point
change coerce to serialize (inspired by the js impl)
andimarek
committed
e68571a
View commit details
Copy full SHA for e68571a
View code at this point
Browse repository at this point
change coerceValue to parseValue (inspired by the js impl)
andimarek
committed
60d48ac
View commit details
Copy full SHA for 60d48ac
View code at this point
Browse repository at this point
change coerceLiteral to parseLiteral (inspired by the js impl)
andimarek
committed
f0067be
View commit details
Copy full SHA for f0067be
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
Array type in ExecutionStrategy.completeValue
jackielii
committed
ddc4021
View commit details
Copy full SHA for ddc4021
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.