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
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
.
NeriDeveloper
/
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
on
v4
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 11, 2017
Fixes the copying of schemas and also the fact you cant set field visibility on IDL schema creation runtime wiring (#702)
Show description for f9e9e13
bbakerman
authored and
andimarek
committed
f9e9e13
View commit details
Copy full SHA for f9e9e13
View code at this point
Browse repository at this point
fix instrumentation error handling
Show description for 2681711
andimarek
committed
2681711
View commit details
Copy full SHA for 2681711
View code at this point
Browse repository at this point
Make sure BatchedExecutionStrategy instruments dataFetcher
Show description for 5f1ca22
andimarek
committed
5f1ca22
View commit details
Copy full SHA for 5f1ca22
View code at this point
Browse repository at this point
SchemaPrinter: print implemented interfaces for types (#693)
Show description for b77ba36
henryqdineen
authored and
andimarek
committed
b77ba36
View commit details
Copy full SHA for b77ba36
View code at this point
Browse repository at this point
fix batched execution (#695)
Show description for 5efc848
andimarek
committed
5efc848
View commit details
Copy full SHA for 5efc848
View code at this point
Browse repository at this point
this fixes two bugs: (#682)
Show description for 3c8571e
andimarek
committed
3c8571e
View commit details
Copy full SHA for 3c8571e
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
0e6edd2
View commit details
Copy full SHA for 0e6edd2
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
improve reduce type signature
andimarek
committed
7d39daf
View commit details
Copy full SHA for 7d39daf
View code at this point
Browse repository at this point
fix javadoc
andimarek
committed
b3bd03a
View commit details
Copy full SHA for b3bd03a
View code at this point
Browse repository at this point
rename VisitPath -> QueryPath
Show description for c4e0fdc
andimarek
committed
c4e0fdc
View commit details
Copy full SHA for c4e0fdc
View code at this point
Browse repository at this point
ValuesResolver is an internal class
andimarek
committed
5c5300d
View commit details
Copy full SHA for 5c5300d
View code at this point
Browse repository at this point
explicit pre/postOrder traversal
andimarek
committed
1ea366d
View commit details
Copy full SHA for 1ea366d
View code at this point
Browse repository at this point
add postOrder traversal, make it explicit
andimarek
committed
0372bfb
View commit details
Copy full SHA for 0372bfb
View code at this point
Browse repository at this point
add maximum query depth instrumentation
andimarek
committed
2a31bd7
View commit details
Copy full SHA for 2a31bd7
View code at this point
Browse repository at this point
add parentType, more tests
andimarek
committed
7210e4a
View commit details
Copy full SHA for 7210e4a
View code at this point
Browse repository at this point
add path to visit method
andimarek
committed
7556cc8
View commit details
Copy full SHA for 7556cc8
View code at this point
Browse repository at this point
refactoring, better test
andimarek
committed
9c47bac
View commit details
Copy full SHA for 9c47bac
View code at this point
Browse repository at this point
first test green
andimarek
committed
991c4c6
View commit details
Copy full SHA for 991c4c6
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
Relay deprecation removal and documentation (#660)
bbakerman
authored
513d6e3
View commit details
Copy full SHA for 513d6e3
View code at this point
Browse repository at this point
Fixed nullablity in DefaultEdge (#658)
bbakerman
authored
6011fd3
View commit details
Copy full SHA for 6011fd3
View code at this point
Browse repository at this point
Pr 600 michaelplavnik schema printer improvments (#648)
Show description for 465271b
bbakerman
authored
465271b
View commit details
Copy full SHA for 465271b
View code at this point
Browse repository at this point
Commits on Aug 27, 2017
A root and branch review of error messages. (#650)
Show description for bb8c54c
bbakerman
authored
bb8c54c
View commit details
Copy full SHA for bb8c54c
View code at this point
Browse repository at this point
rename exception (#653)
andimarek
authored and
bbakerman
committed
02f34e6
View commit details
Copy full SHA for 02f34e6
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Field visibility (#641)
Show description for 6760775
bbakerman
authored
6760775
View commit details
Copy full SHA for 6760775
View code at this point
Browse repository at this point
Fixed ctor bug (#643)
bbakerman
authored
6a4dc9d
View commit details
Copy full SHA for 6a4dc9d
View code at this point
Browse repository at this point
Fixed instrumentation calls in BatchedExecutionStrategy (#642)
bbakerman
authored
d0f78ac
View commit details
Copy full SHA for d0f78ac
View code at this point
Browse repository at this point
refactoring: use putIfAbsent
andimarek
committed
b2e4a70
View commit details
Copy full SHA for b2e4a70
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
Improve error messages for arguments that fail validation (#616)
jameskleeh
authored and
bbakerman
committed
1b39c98
View commit details
Copy full SHA for 1b39c98
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.