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
GraphQL.java
on
master
User selector
All users
All time
Commit history
Commits on Aug 25, 2023
Added support for async create state in instrumentmentions
bbakerman
committed
ce83384
View commit details
Copy full SHA for ce83384
View code at this point
Browse repository at this point
Commits on Jul 4, 2023
#3255 fixes when instrumentExecutionResult on AbortExecutionException
bbakerman
committed
52f1d0f
View commit details
Copy full SHA for 52f1d0f
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Avoid an allocation of a chained context in the most common case (#2979)
Show description for 322ba6b
bbakerman
authored
322ba6b
View commit details
Copy full SHA for 322ba6b
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Removes the deprecated execute methods from GraphQL (#2932)
bbakerman
authored
f5b123f
View commit details
Copy full SHA for f5b123f
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 Aug 2, 2022
Defaults Locale when calling validation (#2908)
bbakerman
authored
49d012e
View commit details
Copy full SHA for 49d012e
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 4, 2022
Add I18n and locale to validation
dondonz
committed
7726af0
View commit details
Copy full SHA for 7726af0
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
Populate PreparsedDocumentEntry with both errors and the parsed docum… (#2858)
Show description for fd5d37d
zsmoore
authored
fd5d37d
View commit details
Copy full SHA for fd5d37d
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
fix runtime exception for deep async queries (#2842)
Show description for 3379470
James Bellenger
authored
3379470
View commit details
Copy full SHA for 3379470
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 Feb 17, 2022
Added a missing onDispatch to the beginExecution of the Graphql (#2730)
Show description for 2dc5c48
bbakerman
authored
2dc5c48
View commit details
Copy full SHA for 2dc5c48
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
Allow certain query validation rules to be skipped (#2598)
Show description for 0300684
bbakerman
authored
0300684
View commit details
Copy full SHA for 0300684
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
change preparsedDocumentProvider return value to CompletableFuture<PreparsedDocumentEntry> (#2612)
Show description for 89a3373
heoYH
and
heo-d
authored
89a3373
View commit details
Copy full SHA for 89a3373
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
It's hard to search for failed in test output when we say this a lot. So dont say it (#2629)
bbakerman
authored
dede00e
View commit details
Copy full SHA for dede00e
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
getter support for GraphQL class (#2426)
bbakerman
authored
9289f25
View commit details
Copy full SHA for 9289f25
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
Makes a default data fetcher exception handler possible (#2093)
bbakerman
authored
4213a30
View commit details
Copy full SHA for 4213a30
View code at this point
Browse repository at this point
Commits on Sep 19, 2020
Replace private method with Optional. and other changes. (#2043)
dugenkui03
authored
592215d
View commit details
Copy full SHA for 592215d
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
providing default ExecutionStrategy in GraphQL (#2039)
dugenkui03
authored
09111ae
View commit details
Copy full SHA for 09111ae
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
remove deferred support
andimarek
committed
ddb850f
View commit details
Copy full SHA for ddb850f
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
The ability to parse and validate a document without execution (#1807)
Show description for 0a18992
bbakerman
authored
0a18992
View commit details
Copy full SHA for 0a18992
View code at this point
Browse repository at this point
Make the graphql-java Asserts truly lazy and hence more efficient (#1913)
Show description for 2acb557
bbakerman
and
Katrina Lee
authored
2acb557
View commit details
Copy full SHA for 2acb557
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 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 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
Commits on Jun 2, 2019
added the ability to set execution id within ExecutionInput
jmccaull
authored and
bbakerman
committed
9a61bfe
View commit details
Copy full SHA for 9a61bfe
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Changed the PreParsedDocumentProvider so it has the full input and not just query string (#1483)
bbakerman
authored
bd9240c
View commit details
Copy full SHA for bd9240c
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Nextgen entry point (#1381)
Show description for a63da67
bbakerman
authored
a63da67
View commit details
Copy full SHA for a63da67
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
This adds better syntax error handling (#1348)
Show description for c4bcd3a
bbakerman
authored
c4bcd3a
View commit details
Copy full SHA for c4bcd3a
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Added the ability to instrument document and variables
bbakerman
committed
715fef9
View commit details
Copy full SHA for 715fef9
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Added the ability to instrument a document
bbakerman
committed
8c7555b
View commit details
Copy full SHA for 8c7555b
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Working towards deprecating public constructors and instead favouring builders of the major API objects
bbakerman
committed
c0204d5
View commit details
Copy full SHA for c0204d5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.