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
execution
Execution.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 May 22, 2023
Allow pluggable conditional node support
bbakerman
committed
247df24
View commit details
Copy full SHA for 247df24
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
Adding ExtensionsBuilder in the graphql context by default and using it if its present
bbakerman
committed
4494ad3
View commit details
Copy full SHA for 4494ad3
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Polishing (#3001)
Show description for c665248
dfa1
authored
c665248
View commit details
Copy full SHA for c665248
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Adding Locale to Coercing and hence ValueResolver (#2912)
Show description for e7409ac
bbakerman
authored
e7409ac
View commit details
Copy full SHA for e7409ac
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Remove reference to nextgen Common util
dondonz
committed
05f4105
View commit details
Copy full SHA for 05f4105
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
State is passed explicitly to instrumentation and parameters are NOT mutated (#2769)
Show description for 6f71436
bbakerman
authored
6f71436
View commit details
Copy full SHA for 6f71436
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
Make ValuesResolver methods static
dondonz
committed
b69b9d8
View commit details
Copy full SHA for b69b9d8
View code at this point
Browse repository at this point
Commits on May 24, 2022
Raw and Coerced Variables refactor (#2802)
Show description for 86d5443
dondonz
authored
86d5443
View commit details
Copy full SHA for 86d5443
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
undo moving getOperationTpype ... we don't want to rely on common next gen
andimarek
committed
263bbd0
View commit details
Copy full SHA for 263bbd0
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
Dedup some code and add comment explaining some isConditional code
gnawf
committed
14ca8c5
View commit details
Copy full SHA for 14ca8c5
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
More permissive fix for #1099. (#2431)
Show description for 087dc84
liautaud
authored
087dc84
View commit details
Copy full SHA for 087dc84
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 Oct 1, 2020
[MINOR] Replace 'equals expression' with Objects.equals(o,t) (#2059)
Show description for 6cc1974
dugenkui03
authored
6cc1974
View commit details
Copy full SHA for 6cc1974
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Merge branch 'master' into rename-execution-path
andimarek
committed
4f9ed60
View commit details
Copy full SHA for 4f9ed60
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
rename ExecutionPath to ResultPath
andimarek
committed
928cf65
View commit details
Copy full SHA for 928cf65
View code at this point
Browse repository at this point
remove deferred support
andimarek
committed
dad2e95
View commit details
Copy full SHA for dad2e95
View code at this point
Browse repository at this point
Commits on Jun 7, 2020
#1929: Protect logging debug calls with isDebugEnabled() (#1930)
Show description for 98bb45a
fvilla-amazon
authored
98bb45a
View commit details
Copy full SHA for 98bb45a
View code at this point
Browse repository at this point
Commits on May 21, 2020
Support for DataFetcherResult values in subscriptions and better instrumentation. (#1804)
Show description for 9eb260e
bbakerman
authored
9eb260e
View commit details
Copy full SHA for 9eb260e
View code at this point
Browse repository at this point
Issue #1768 ExecutionInput: allow to set value a top level (#1779)
Show description for 427f493
dimdimych
authored
427f493
View commit details
Copy full SHA for 427f493
View code at this point
Browse repository at this point
Commits on Jan 13, 2020
rename to ValueUnboxer
andimarek
committed
762faa8
View commit details
Copy full SHA for 762faa8
View code at this point
Browse repository at this point
add hook to allow for custom optional unboxing
andimarek
committed
160bfb3
View commit details
Copy full SHA for 160bfb3
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
Commits on Sep 9, 2019
Fix if strategy is updated during instrumenting execution context, it will not take effect
kenchanmc
authored and
bbakerman
committed
b5781e3
View commit details
Copy full SHA for b5781e3
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
#1585 logging now has not privacy safe suffix
bbakerman
committed
02aeaeb
View commit details
Copy full SHA for 02aeaeb
View code at this point
Browse repository at this point
Commits on Aug 19, 2019
rename method to match spec and make it more clear
andimarek
committed
70f56ec
View commit details
Copy full SHA for 70f56ec
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
1210 deferred aligned with apollo (#1221)
Show description for 0fec4be
andimarek
authored and
bbakerman
committed
0fec4be
View commit details
Copy full SHA for 0fec4be
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Expose if data is present in ExecutionResult (#1491)
Show description for a8a273f
fcristovao
authored and
bbakerman
committed
a8a273f
View commit details
Copy full SHA for a8a273f
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 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 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
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 10, 2018
More clean up
bbakerman
committed
1e95abd
View commit details
Copy full SHA for 1e95abd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.