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 }}
JavaSleep89
/
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
schema
DataFetchingEnvironment.java
on
master
User selector
All users
All time
Commit history
Commits on May 29, 2023
Removing the deprecated CacheControl support
Show description for 40e36b5
bbakerman
committed
40e36b5
View commit details
Copy full SHA for 40e36b5
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
Remove long deprecated method
dondonz
committed
a49473f
View commit details
Copy full SHA for a49473f
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
Add deprecated at dates
dondonz
committed
47b64a1
View commit details
Copy full SHA for 47b64a1
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
Deprecate Apollo Cache Control
dondonz
committed
d94bdf4
View commit details
Copy full SHA for d94bdf4
View code at this point
Browse repository at this point
Commits on May 30, 2022
fix typos in javadoc, messages and comments (#2840)
dfa1
authored
36905f3
View commit details
Copy full SHA for 36905f3
View code at this point
Browse repository at this point
Commits on Jul 5, 2021
Adding GraphQlContext in preference to the legacy context (#2368)
Show description for 97855c6
bbakerman
authored
97855c6
View commit details
Copy full SHA for 97855c6
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
Better javadoc (#2089)
bbakerman
authored
9ba7606
View commit details
Copy full SHA for 9ba7606
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
extract special Introspection DF
andimarek
committed
316f27d
View commit details
Copy full SHA for 316f27d
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
Merge pull request #1685 from bbakerman/1681-local-context-no-longer-defaults-to-global
Show description for 619b6c5
andimarek
authored
619b6c5
View commit details
Copy full SHA for 619b6c5
View code at this point
Browse repository at this point
Commits on Oct 25, 2019
Added locale to execution input and then finally to DataFetcherEnv (#1576)
Show description for 0886c26
bbakerman
authored
0886c26
View commit details
Copy full SHA for 0886c26
View code at this point
Browse repository at this point
local context is now null by default on top level fields
bbakerman
committed
4808758
View commit details
Copy full SHA for 4808758
View code at this point
Browse repository at this point
#1650 - upgrades the dataloader version AND fixes lazy data loader support (#1651)
Show description for a634053
bbakerman
authored
a634053
View commit details
Copy full SHA for a634053
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
get or default support in DFE
bbakerman
committed
9e83320
View commit details
Copy full SHA for 9e83320
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Directives from a data fetcher (#1393)
Show description for 19c6d0e
bbakerman
authored
19c6d0e
View commit details
Copy full SHA for 19c6d0e
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.