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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ws-java
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
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 Mar 17, 2018
more tests
andimarek
committed
d223c15
View commit details
Copy full SHA for d223c15
View code at this point
Browse repository at this point
use two callbacks instead boolean proOrder flag, fix skipping logic
Show description for 2944646
andimarek
committed
2944646
View commit details
Copy full SHA for 2944646
View code at this point
Browse repository at this point
refactor all the things
andimarek
committed
814d78f
View commit details
Copy full SHA for 814d78f
View code at this point
Browse repository at this point
- further simplified bootstrapping Traverser's initial context
Show description for ad2f45b
gkesler
authored and
andimarek
committed
ad2f45b
View commit details
Copy full SHA for ad2f45b
View code at this point
Browse repository at this point
- merged with upstream
gkesler
authored and
andimarek
committed
6c64ffa
View commit details
Copy full SHA for 6c64ffa
View code at this point
Browse repository at this point
- further simplification according to @andimarek recommendations
Show description for fcd8a4c
gkesler
authored and
andimarek
committed
fcd8a4c
View commit details
Copy full SHA for fcd8a4c
View code at this point
Browse repository at this point
cleanup
andimarek
committed
048cbe1
View commit details
Copy full SHA for 048cbe1
View code at this point
Browse repository at this point
renamed generic visit method to visitXXX specific to type
andimarek
committed
7e0e0c1
View commit details
Copy full SHA for 7e0e0c1
View code at this point
Browse repository at this point
- further QueryTraversal simplification
Show description for cf5826b
gkesler
authored and
andimarek
committed
cf5826b
View commit details
Copy full SHA for cf5826b
View code at this point
Browse repository at this point
- incorporating comments from @andimarek regarding complexity of QueryTraversal
Show description for 2c4d341
gkesler
authored and
andimarek
committed
2c4d341
View commit details
Copy full SHA for 2c4d341
View code at this point
Browse repository at this point
- changed precondition null check to use Assert API
gkesler
authored and
andimarek
committed
4fe4e85
View commit details
Copy full SHA for 4fe4e85
View code at this point
Browse repository at this point
- merged with remote
Show description for 1f371f8
gkesler
authored and
andimarek
committed
1f371f8
View commit details
Copy full SHA for 1f371f8
View code at this point
Browse repository at this point
- code cleanup
gkesler
authored and
andimarek
committed
71c0120
View commit details
Copy full SHA for 71c0120
View code at this point
Browse repository at this point
- code cleanup
gkesler
authored and
andimarek
committed
5f49ce0
View commit details
Copy full SHA for 5f49ce0
View code at this point
Browse repository at this point
- code cleanup
gkesler
authored and
andimarek
committed
08de0b8
View commit details
Copy full SHA for 08de0b8
View code at this point
Browse repository at this point
- returned back internal frames stack as it seems to be faster
Show description for 81df127
gkesler
authored and
andimarek
committed
81df127
View commit details
Copy full SHA for 81df127
View code at this point
Browse repository at this point
- replaced stack with context vars in query traversal
gkesler
authored and
andimarek
committed
f37a69a
View commit details
Copy full SHA for f37a69a
View code at this point
Browse repository at this point
- refactored QueryTraversal to use push-down Traverser instead of recursion
gkesler
authored and
andimarek
committed
eae95ab
View commit details
Copy full SHA for eae95ab
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Missing static import
bbakerman
committed
688d157
View commit details
Copy full SHA for 688d157
View code at this point
Browse repository at this point
This is a refactor of the Instrumentation such that it now has 2 call backs
Show description for 0e9b9e9
bbakerman
committed
0e9b9e9
View commit details
Copy full SHA for 0e9b9e9
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
Added the ability to have field visibility on input types (#854)
bbakerman
authored
e98b5fa
View commit details
Copy full SHA for e98b5fa
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
now allows exceptions to be overridden (#778)
bbakerman
authored
8d5ff1f
View commit details
Copy full SHA for 8d5ff1f
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
Fixes #763 QueryTraversal problem (#765)
Show description for 7e9fcf8
bbakerman
authored
7e9fcf8
View commit details
Copy full SHA for 7e9fcf8
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Code health - IDEA suggestions on final variables (#770)
Show description for 2704394
bbakerman
authored
2704394
View commit details
Copy full SHA for 2704394
View code at this point
Browse repository at this point
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 Sep 4, 2017
this fixes two bugs: (#682)
Show description for 233bd22
andimarek
authored and
bbakerman
committed
233bd22
View commit details
Copy full SHA for 233bd22
View code at this point
Browse repository at this point
Commits on Sep 1, 2017
fix instrumentation error handling
Show description for c7118c4
andimarek
committed
c7118c4
View commit details
Copy full SHA for c7118c4
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
bugfix: querytraversal should also work with mutations and subscriptions
andimarek
committed
499b37c
View commit details
Copy full SHA for 499b37c
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
add/fix javadoc
andimarek
committed
eafa3a3
View commit details
Copy full SHA for eafa3a3
View code at this point
Browse repository at this point
cleanup
andimarek
committed
534a0d8
View commit details
Copy full SHA for 534a0d8
View code at this point
Browse repository at this point
add javadoc
andimarek
committed
dc28213
View commit details
Copy full SHA for dc28213
View code at this point
Browse repository at this point
introduce FieldComplexityCalculator
Show description for bf429c9
andimarek
committed
bf429c9
View commit details
Copy full SHA for bf429c9
View code at this point
Browse repository at this point
refactoring of QueryTraversal constructor
andimarek
committed
c2fa95d
View commit details
Copy full SHA for c2fa95d
View code at this point
Browse repository at this point
naming
andimarek
committed
e71e6b6
View commit details
Copy full SHA for e71e6b6
View code at this point
Browse repository at this point
add max query complexity instrumentation poc
andimarek
committed
e4d4585
View commit details
Copy full SHA for e4d4585
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.