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
.
ws-java
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java
src
main
java
graphql
execution
Execution.java
on
master
User selector
All users
All time
Commit history
Commits on Mar 21, 2018
Changed name of extension map entry
bbakerman
committed
d93f871
View commit details
Copy full SHA for d93f871
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Improved builder usage
bbakerman
committed
7d318d7
View commit details
Copy full SHA for 7d318d7
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
Added our own Publisher implementation
bbakerman
committed
b14bdcd
View commit details
Copy full SHA for b14bdcd
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
This is a refactor of the Instrumentation such that it now has 2 call backs
Show description for 0e9b9e9
bbakerman
committed
0e9b9e9
View commit details
Copy full SHA for 0e9b9e9
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
Throws a MissingRootTypeException instead of branching.
Show description for 8df5391
tinnou
authored and
bbakerman
committed
8df5391
View commit details
Copy full SHA for 8df5391
View code at this point
Browse repository at this point
Subscriptions against a schema without subscription support should result in a GraphQLError
tinnou
authored and
bbakerman
committed
e943f42
View commit details
Copy full SHA for e943f42
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
760 dataloader performance with lists (#764)
Show description for 0255331
bbakerman
authored
0255331
View commit details
Copy full SHA for 0255331
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Now catches validation exceptions and reports them as errors (#789)
bbakerman
authored
b3ab023
View commit details
Copy full SHA for b3ab023
View code at this point
Browse repository at this point
Better instrumentation at more points in the execution lifecycle. (#791)
Show description for f9c6a59
bbakerman
authored
f9c6a59
View commit details
Copy full SHA for f9c6a59
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Added more logging to key places (#738)
bbakerman
authored
214e7c0
View commit details
Copy full SHA for 214e7c0
View code at this point
Browse repository at this point
Commits on Sep 9, 2017
162 pluggable field validation (#690)
Show description for 2f8f3de
bbakerman
authored
2f8f3de
View commit details
Copy full SHA for 2f8f3de
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
686 variable coercion to spec (#687)
Show description for b9feb49
bbakerman
authored
b9feb49
View commit details
Copy full SHA for b9feb49
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
one instrustumentation callback method (#593)
Show description for a666d0d
bbakerman
authored
a666d0d
View commit details
Copy full SHA for a666d0d
View code at this point
Browse repository at this point
PR feedback
bbakerman
committed
a30978b
View commit details
Copy full SHA for a30978b
View code at this point
Browse repository at this point
Allows better field sub selection capture
bbakerman
committed
76c8dfb
View commit details
Copy full SHA for 76c8dfb
View code at this point
Browse repository at this point
asyn serial is the default mutation strategy
andimarek
committed
0126607
View commit details
Copy full SHA for 0126607
View code at this point
Browse repository at this point
implement async execution support
andimarek
committed
927b687
View commit details
Copy full SHA for 927b687
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Adds Apollo tracing support into graphql-java (#577)
Show description for ca12e59
bbakerman
authored
ca12e59
View commit details
Copy full SHA for ca12e59
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Added type info into the data fetching environment
Show description for f77b3cb
bbakerman
committed
f77b3cb
View commit details
Copy full SHA for f77b3cb
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
A start to #324 that provides a promise interface to executing querie
andimarek
committed
3bbc155
View commit details
Copy full SHA for 3bbc155
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
Tklovett builder consistency (#524)
Show description for fe422ea
bbakerman
authored
fe422ea
View commit details
Copy full SHA for fe422ea
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Refactor GraphQL#execute for better encapsulation and clearer instrumentation lifecycles
tlovett-rmn
authored and
bbakerman
committed
a71d072
View commit details
Copy full SHA for a71d072
View code at this point
Browse repository at this point
Commits on Jun 18, 2017
Path support when traversing graph (#499)
Show description for 06a202c
bbakerman
authored
06a202c
View commit details
Copy full SHA for 06a202c
View code at this point
Browse repository at this point
Renamed ExeputionInput in terms of spec
Show description for 135677e
bbakerman
committed
135677e
View commit details
Copy full SHA for 135677e
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
rename Parameters classes to Instance*
andimarek
committed
cde5b98
View commit details
Copy full SHA for cde5b98
View code at this point
Browse repository at this point
add explicit root object
Show description for b9ccbea
andimarek
committed
b9ccbea
View commit details
Copy full SHA for b9ccbea
View code at this point
Browse repository at this point
Commits on May 28, 2017
#438 now with double checks in null values that might come out of coercion
bbakerman
committed
42dc83f
View commit details
Copy full SHA for 42dc83f
View code at this point
Browse repository at this point
Commits on May 8, 2017
Merge remote-tracking branch 'upstream/master' into 377-field-selection-in-data-fetchers
Show description for 11abe76
bbakerman
committed
11abe76
View commit details
Copy full SHA for 11abe76
View code at this point
Browse repository at this point
add public/internal/spi annotations
andimarek
committed
e700c9c
View commit details
Copy full SHA for e700c9c
View code at this point
Browse repository at this point
Commits on May 6, 2017
revert changes: will be handled in a PR
andimarek
committed
14cb734
View commit details
Copy full SHA for 14cb734
View code at this point
Browse repository at this point
add public/internal/spi annotations
andimarek
committed
98df57e
View commit details
Copy full SHA for 98df57e
View code at this point
Browse repository at this point
Merge branch 'master' into vaant-master
andimarek
committed
bc160b5
View commit details
Copy full SHA for bc160b5
View code at this point
Browse repository at this point
Commits on May 4, 2017
ExecutionContext is not longer API but there is a replacement
bbakerman
committed
80b4fe9
View commit details
Copy full SHA for 80b4fe9
View code at this point
Browse repository at this point
Commits on May 2, 2017
#377 - have the ability to know and capture all fields in a data fetcher
bbakerman
committed
5d487ea
View commit details
Copy full SHA for 5d487ea
View code at this point
Browse repository at this point
Commits on Apr 10, 2017
Merge remote-tracking branch 'upstream/master' into 268-nonnull-error-handling
Show description for b21f16a
bbakerman
committed
b21f16a
View commit details
Copy full SHA for b21f16a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.