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
analysis
on
master
User selector
All users
All time
Commit history
Commits on Jun 26, 2023
Breaking out query complexity into its own class
bbakerman
committed
dba84db
View commit details
Copy full SHA for dba84db
View code at this point
Browse repository at this point
Commits on May 22, 2023
Added schema to decision env
bbakerman
committed
9557b1d
View commit details
Copy full SHA for 9557b1d
View code at this point
Browse repository at this point
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 Dec 6, 2022
Value visitor with applied directive argument visited (#3041)
Show description for 557ad5d
bbakerman
authored
557ad5d
View commit details
Copy full SHA for 557ad5d
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
Added a ValueTraverser allowing you to visit and optionally change input argument values (#3033)
Show description for 476632e
bbakerman
authored
476632e
View commit details
Copy full SHA for 476632e
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 30, 2022
Merge pull request #2931 from graphql-java/remove_deprecated_instrumentation_methods_usages
Show description for 68a8698
andimarek
authored
68a8698
View commit details
Copy full SHA for 68a8698
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 21, 2022
Change Instrumentation production implementations to use non deprecated methods.
bbakerman
committed
5fa0962
View commit details
Copy full SHA for 5fa0962
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 Jun 20, 2022
RawVariables and CoercedVariables are public API (#2868)
bbakerman
authored
6090f3c
View commit details
Copy full SHA for 6090f3c
View code at this point
Browse repository at this point
Commits on May 25, 2022
Remove double coercion from QueryTraversers
dondonz
committed
5a3a0e2
View commit details
Copy full SHA for 5a3a0e2
View code at this point
Browse repository at this point
Add QueryTraverser without double coercion
dondonz
committed
d0e6096
View commit details
Copy full SHA for d0e6096
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 Apr 29, 2022
Max query depth called later in beginExecuteOperation (#2773)
Show description for b424f98
bbakerman
authored
b424f98
View commit details
Copy full SHA for b424f98
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
fix typos in javadoc (#2619)
dfa1
authored
cbf0eb1
View commit details
Copy full SHA for cbf0eb1
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
Add InstrumentationValidationParameters to QueryComplextityInfo (#2558)
stevenleeDB
authored
9fb48c5
View commit details
Copy full SHA for 9fb48c5
View code at this point
Browse repository at this point
Commits on May 17, 2021
visitVariableDefinition before aborting
temaEmelyan
committed
478a25d
View commit details
Copy full SHA for 478a25d
View code at this point
Browse repository at this point
Commits on May 16, 2021
abort traversal on a VariableReference
temaEmelyan
committed
b8c39e1
View commit details
Copy full SHA for b8c39e1
View code at this point
Browse repository at this point
Commits on May 14, 2021
fix npe in query traverser when default variable value is a list
temaEmelyan
committed
ac61bfa
View commit details
Copy full SHA for ac61bfa
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Support of directives on fields and types during introspection (#2221)
Show description for e166c25
bbakerman
and
andimarek
authored
e166c25
View commit details
Copy full SHA for e166c25
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
avoiding array allocations in hashCode() (#2191)
Show description for b645925
dfa1
authored
b645925
View commit details
Copy full SHA for b645925
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
JavaDoc cleanup - get to zero warnings on compile (#2094)
bbakerman
authored
07ca7ee
View commit details
Copy full SHA for 07ca7ee
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
Variables are now coerced in the QueryTraverser (#2096)
bbakerman
authored
3dd5e02
View commit details
Copy full SHA for 3dd5e02
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
Fix AstTransformer extension being converted to base type when changing child node (#2056)
tinnou
authored
3998b0d
View commit details
Copy full SHA for 3998b0d
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
add missing internal or publicapi
andimarek
committed
06c0b2d
View commit details
Copy full SHA for 06c0b2d
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
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 May 20, 2020
Merge pull request #1792 from graphql-java/execution-step-info-produces-to-may-strings
Show description for 2e391c1
bbakerman
authored
2e391c1
View commit details
Copy full SHA for 2e391c1
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
1865: Do not visit a variable definition value node
Show description for 8030b67
felipe-gdr
committed
8030b67
View commit details
Copy full SHA for 8030b67
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
This reduces the memory overhead of NonNullableFieldWasNullException and also the ExecutionStepInfo and other places that use parent hierarchies in their `.toString`
bbakerman
committed
a5af47e
View commit details
Copy full SHA for a5af47e
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
fix NPE for directive arguments
andimarek
authored and
bbakerman
committed
b8be7d1
View commit details
Copy full SHA for b8be7d1
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
Bug where scalar args cant be visited when the AST is an object
bbakerman
committed
a897adc
View commit details
Copy full SHA for a897adc
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Renamed to GraphqlInputValueDefinition
bbakerman
committed
45288f7
View commit details
Copy full SHA for 45288f7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.