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
schema
DataFetchingEnvironment.java
on
master
User selector
All users
All time
Commit history
Commits on Feb 14, 2019
Ability to provide CacheControl instance via ExecutionInput
kaqqao
committed
8b830b1
View commit details
Copy full SHA for 8b830b1
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Better JavaDoc on DFE about variables
bbakerman
committed
0f5a890
View commit details
Copy full SHA for 0f5a890
View code at this point
Browse repository at this point
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
removed ExecutionContext from dataFetcher
bbakerman
committed
30769d1
View commit details
Copy full SHA for 30769d1
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
Now uses an instatiation of the ES as input
bbakerman
committed
9d62329
View commit details
Copy full SHA for 9d62329
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 20, 2018
introduce MergedFields class
andimarek
committed
fcd6679
View commit details
Copy full SHA for fcd6679
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
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
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 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 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 Oct 9, 2018
first class dataloader support (#1263)
Show description for 78a6e4e
bbakerman
authored
78a6e4e
View commit details
Copy full SHA for 78a6e4e
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
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 May 7, 2018
javadoc
andimarek
committed
3759216
View commit details
Copy full SHA for 3759216
View code at this point
Browse repository at this point
make ExecutionContext available via DataFetchingEnvironment
andimarek
committed
4db4283
View commit details
Copy full SHA for 4db4283
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
add getField to DataFetchingEnvironment
andimarek
authored and
bbakerman
committed
d639165
View commit details
Copy full SHA for d639165
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Added JavaDoc to be important types (#731)
Show description for 276dfc8
bbakerman
authored
276dfc8
View commit details
Copy full SHA for 276dfc8
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 Jun 21, 2017
Renamed it to getFieldDefinition
bbakerman
committed
9f0876f
View commit details
Copy full SHA for 9f0876f
View code at this point
Browse repository at this point
Added FieldDefinition to the DataFetchingEnvironment
Show description for a996a4d
bbakerman
committed
a996a4d
View commit details
Copy full SHA for a996a4d
View code at this point
Browse repository at this point
Commits on Jun 18, 2017
removed transform method on interface
bbakerman
committed
c002698
View commit details
Copy full SHA for c002698
View code at this point
Browse repository at this point
#492 - builder for DataEnvironmentImpl - now in its own class
bbakerman
committed
1618e53
View commit details
Copy full SHA for 1618e53
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
fix merge errors
andimarek
committed
e7a5539
View commit details
Copy full SHA for e7a5539
View code at this point
Browse repository at this point
improve javadoc
andimarek
committed
1399e49
View commit details
Copy full SHA for 1399e49
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 14, 2017
add public annotation
andimarek
committed
cab36d8
View commit details
Copy full SHA for cab36d8
View code at this point
Browse repository at this point
Commits on May 7, 2017
Added a selection set interface instead as suggested. This means field collector doesnt NOT have to be API
bbakerman
committed
158762f
View commit details
Copy full SHA for 158762f
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 27, 2017
Add fragment definitions and execution id to DataFetchingEnvironment (fixes #303).
apottere
committed
e64f128
View commit details
Copy full SHA for e64f128
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
made DataFetchingEnvironment an interface. I appreciate that some one else did a PR on this but it had merge conflicts and I could not easily get the branch in play so it was easier to replicate t…
Show description for 11e333b
bbakerman
committed
11e333b
View commit details
Copy full SHA for 11e333b
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
#273 - use generics where possible
Show description for 24edbfa
bbakerman
committed
24edbfa
View commit details
Copy full SHA for 24edbfa
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
introspection test
andimarek
committed
710f816
View commit details
Copy full SHA for 710f816
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
working on introspection
andimarek
committed
601911b
View commit details
Copy full SHA for 601911b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.