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
.
AutoGraphQL
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
ExecutionStrategy.java
on
master
User selector
All users
All time
Commit history
Commits on Feb 6, 2019
Now has a general purpose GraphqlError builder
bbakerman
committed
d73dacf
View commit details
Copy full SHA for d73dacf
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
OCD on the JavaDoc
bbakerman
committed
b84b668
View commit details
Copy full SHA for b84b668
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Ok had another go after PR feedback - now has the extra fields where in execution context that makes sense to pass on
bbakerman
committed
e116da7
View commit details
Copy full SHA for e116da7
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
Breaking - changes the error handler such that is returns a value rather than rely on side effects
bbakerman
committed
018e798
View commit details
Copy full SHA for 018e798
View code at this point
Browse repository at this point
add fieldContainer to ExecutionStepInfo
andimarek
committed
bdf568d
View commit details
Copy full SHA for bdf568d
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
Passing local context objects from data fetchers to child fields (#1376)
Show description for e7b431a
bbakerman
authored
e7b431a
View commit details
Copy full SHA for e7b431a
View code at this point
Browse repository at this point
Commits on Dec 29, 2018
rename MergedFields to MergedField (singular)
andimarek
committed
4b1a31f
View commit details
Copy full SHA for 4b1a31f
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
add MergedSelectionSet
andimarek
committed
2f67334
View commit details
Copy full SHA for 2f67334
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
change DataFetcherExceptionHandlerParameters to MergedFields
andimarek
committed
1026c3b
View commit details
Copy full SHA for 1026c3b
View code at this point
Browse repository at this point
change TypeResolutionParameters.field to MergedFields
andimarek
committed
6d5e7d9
View commit details
Copy full SHA for 6d5e7d9
View code at this point
Browse repository at this point
change executionStepInfo to use MergedFields instead of just Field
andimarek
committed
2ae81f2
View commit details
Copy full SHA for 2ae81f2
View code at this point
Browse repository at this point
introduce MergedFields class
andimarek
committed
fcd6679
View commit details
Copy full SHA for fcd6679
View code at this point
Browse repository at this point
Code registry with conversion (#1336)
Show description for 18a4425
bbakerman
authored
18a4425
View commit details
Copy full SHA for 18a4425
View code at this point
Browse repository at this point
Commits on Dec 2, 2018
GraphqlCodeRegistry - splitting the code from the type system (#1308)
Show description for 9e39066
bbakerman
authored
9e39066
View commit details
Copy full SHA for 9e39066
View code at this point
Browse repository at this point
use ResolveType everywhere and move it into execution package
Show description for 305860d
andimarek
authored and
bbakerman
committed
305860d
View commit details
Copy full SHA for 305860d
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
make executionStepInfo final
andimarek
committed
d543825
View commit details
Copy full SHA for d543825
View code at this point
Browse repository at this point
refactoring
andimarek
committed
a1c68ba
View commit details
Copy full SHA for a1c68ba
View code at this point
Browse repository at this point
move ExecutionStepFactory into execution package
andimarek
committed
239791e
View commit details
Copy full SHA for 239791e
View code at this point
Browse repository at this point
cleanup and use ExecutionStepInfo where possible
andimarek
committed
1e3069c
View commit details
Copy full SHA for 1e3069c
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
Merge pull request #1320 from graphql-java/new-execution
Show description for 3ada93e
andimarek
authored
3ada93e
View commit details
Copy full SHA for 3ada93e
View code at this point
Browse repository at this point
Revert "Kaqqao parsed directive arguments (#1289)"
Show description for b808a72
bbakerman
committed
b808a72
View commit details
Copy full SHA for b808a72
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
add new Execution implementation
andimarek
committed
2b9dc52
View commit details
Copy full SHA for 2b9dc52
View code at this point
Browse repository at this point
Kaqqao parsed directive arguments (#1289)
Show description for 40027fc
bbakerman
authored
40027fc
View commit details
Copy full SHA for 40027fc
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
moves the info if a DF is trivial out of the DF itself into a marker
Show description for 319c0b6
andimarek
committed
319c0b6
View commit details
Copy full SHA for 319c0b6
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Adds support for identifying trivial data fetchers and ignoring trivial fields in tracing.
bbakerman
committed
8045a5b
View commit details
Copy full SHA for 8045a5b
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
rename getUnwrapNonNullType to getUnwrappedNonNullType
andimarek
authored and
bbakerman
committed
d72f029
View commit details
Copy full SHA for d72f029
View code at this point
Browse repository at this point
no special non null handling in ExecutionStepInfo
andimarek
authored and
bbakerman
committed
c9ea5fc
View commit details
Copy full SHA for c9ea5fc
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
rename ExecutionInfo to ExecutionStepInfo
andimarek
committed
bd4277a
View commit details
Copy full SHA for bd4277a
View code at this point
Browse repository at this point
Commits on Oct 15, 2018
parent type rename (#1273)
Show description for 99aac04
bbakerman
authored
99aac04
View commit details
Copy full SHA for 99aac04
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
The ability for data fetchers to get the arguments for that field and their parents (#1269)
Show description for 232373f
bbakerman
authored
232373f
View commit details
Copy full SHA for 232373f
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
Naming the path via the alias (#1203)
Show description for e6a97f6
bbakerman
authored
e6a97f6
View commit details
Copy full SHA for e6a97f6
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
ability to navigate up the execution field tree (#1164)
Show description for 92695bd
bbakerman
authored
92695bd
View commit details
Copy full SHA for 92695bd
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Now will extract out aborted execution with AsyncSerialES (#1083)
Show description for 639aff3
bbakerman
authored
639aff3
View commit details
Copy full SHA for 639aff3
View code at this point
Browse repository at this point
Errorprone recommended fixups (#1098)
Show description for d087b4a
bbakerman
authored
d087b4a
View commit details
Copy full SHA for d087b4a
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
Consolidates the isNonNull and isList for consistency and readability (#1095)
Show description for 03ae4c2
bbakerman
authored
03ae4c2
View commit details
Copy full SHA for 03ae4c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.