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
DataFetchingEnvironmentImpl.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 Aug 20, 2022
Even more dates
dondonz
committed
e146d35
View commit details
Copy full SHA for e146d35
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 24, 2022
Use ImmutableKit emptyMap and emptyList (#2829)
Show description for 6060676
bbakerman
authored
6060676
View commit details
Copy full SHA for 6060676
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 10, 2020
add shaded guava collections and use it (#2086)
Show description for f6f9bae
andimarek
and
bbakerman
authored
f6f9bae
View commit details
Copy full SHA for f6f9bae
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Support in DataFetchingFieldSelectionSet for Unions and Interfaces (#2079)
Show description for afaa9aa
bbakerman
and
andimarek
authored
afaa9aa
View commit details
Copy full SHA for afaa9aa
View code at this point
Browse repository at this point
Commits on May 22, 2020
Lazy data fetcher values support for arguments and execution step info (#1901)
bbakerman
authored
000eb52
View commit details
Copy full SHA for 000eb52
View code at this point
Browse repository at this point
Commits on May 20, 2020
Fixed a copy pasta bug from #1818 (#1821)
bbakerman
authored
453773f
View commit details
Copy full SHA for 453773f
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
#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
Samkline fix performance regressions - with tweaks (#1569)
Show description for 821241d
bbakerman
authored
821241d
View commit details
Copy full SHA for 821241d
View code at this point
Browse repository at this point
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
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
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 Dec 1, 2018
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
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 Nov 23, 2018
Uses LinkedHashMap and LinkedHashSet in places to preserve insertion order
bbakerman
committed
c0edb92
View commit details
Copy full SHA for c0edb92
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 Aug 20, 2018
immutable arguments (#1165)
Show description for 0adc5f8
bbakerman
authored
0adc5f8
View commit details
Copy full SHA for 0adc5f8
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
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 Oct 11, 2017
Code health - IDEA suggestions and general tweaks (#767)
bbakerman
authored
ea9a015
View commit details
Copy full SHA for ea9a015
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Tweaks
bbakerman
committed
524706a
View commit details
Copy full SHA for 524706a
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.