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 }}
feifeiq
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 11, 2017
update hello world example to use IDL
andimarek
committed
6c6f479
View commit details
Copy full SHA for 6c6f479
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Removed legacy handleDataException method (#550)
Show description for 1f8fa26
bbakerman
authored
1f8fa26
View commit details
Copy full SHA for 1f8fa26
View code at this point
Browse repository at this point
execution result to spec
Show description for b84c156
bbakerman
committed
b84c156
View commit details
Copy full SHA for b84c156
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
Removed List<Field> from execution strategy signature (#542)
Show description for dd739e5
bbakerman
authored
dd739e5
View commit details
Copy full SHA for dd739e5
View code at this point
Browse repository at this point
graphql.execute can accept a builder (#551)
Show description for 5d7d265
bbakerman
authored
5d7d265
View commit details
Copy full SHA for 5d7d265
View code at this point
Browse repository at this point
fix typo
andimarek
committed
0fdbf32
View commit details
Copy full SHA for 0fdbf32
View code at this point
Browse repository at this point
this fixes #546: GraphQLEnumType was not marked as Nullable
Show description for 8fe6038
andimarek
committed
8fe6038
View commit details
Copy full SHA for 8fe6038
View code at this point
Browse repository at this point
assert dataFetcher is non null
andimarek
authored and
bbakerman
committed
9992164
View commit details
Copy full SHA for 9992164
View code at this point
Browse repository at this point
A start to #324 that provides a promise interface to executing querie
andimarek
committed
3bbc155
View commit details
Copy full SHA for 3bbc155
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Fixed javadoc issue
bbakerman
authored and
andimarek
committed
7906b13
View commit details
Copy full SHA for 7906b13
View code at this point
Browse repository at this point
improve test to handle backslash escaping
andimarek
committed
bf4d6d7
View commit details
Copy full SHA for bf4d6d7
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
PR feedback - fixed naming of last resort
bbakerman
committed
58f22a6
View commit details
Copy full SHA for 58f22a6
View code at this point
Browse repository at this point
PR feedback - renamed method from last resort. Added default to static wiring as well
bbakerman
committed
67795d3
View commit details
Copy full SHA for 67795d3
View code at this point
Browse repository at this point
Allows the data fetcher of last resort to be specified
Show description for c34d9f6
bbakerman
committed
c34d9f6
View commit details
Copy full SHA for c34d9f6
View code at this point
Browse repository at this point
Commits on Jul 2, 2017
Renamed to make sure its a "test" strategy and annotation
bbakerman
committed
943bcfc
View commit details
Copy full SHA for 943bcfc
View code at this point
Browse repository at this point
Renamed to make sure its a "test" strategy
bbakerman
committed
abe2fe7
View commit details
Copy full SHA for abe2fe7
View code at this point
Browse repository at this point
A refactoring and documenting of ExecutionStrategy
Show description for 65d2506
bbakerman
committed
65d2506
View commit details
Copy full SHA for 65d2506
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
#523 #525 - PR feedback
bbakerman
committed
1e49769
View commit details
Copy full SHA for 1e49769
View code at this point
Browse repository at this point
Better error handling via composition
Show description for a4c073c
bbakerman
committed
a4c073c
View commit details
Copy full SHA for a4c073c
View code at this point
Browse repository at this point
ParsedDocumentEntry's fields are made final and added some guards to prevent null inputs.
Show description for bc388c4
LarsKrogJensen
authored and
bbakerman
committed
bc388c4
View commit details
Copy full SHA for bc388c4
View code at this point
Browse repository at this point
Lambda extracted to function
LarsKrogJensen
authored and
bbakerman
committed
3c6e9cb
View commit details
Copy full SHA for 3c6e9cb
View code at this point
Browse repository at this point
Renamed test PreparsedTest -> PreparsedDocumentProviderTest and removed some comments.
Show description for feb5b15
LarsKrogJensen
authored and
bbakerman
committed
feb5b15
View commit details
Copy full SHA for feb5b15
View code at this point
Browse repository at this point
Refactored the ParseDocumentProvider:get to take a compute function as argument, makes it more natural to plug in into popular caches such as caffeine or guava.
LarsKrogJensen
authored and
bbakerman
committed
1d0f3b4
View commit details
Copy full SHA for 1d0f3b4
View code at this point
Browse repository at this point
Avoid using deprecated GraphQL.execute
LarsKrogJensen
authored and
bbakerman
committed
4ef5e0c
View commit details
Copy full SHA for 4ef5e0c
View code at this point
Browse repository at this point
Preparsed document provider/cache to avoid costly parse and validation
LarsKrogJensen
authored and
bbakerman
committed
ab894db
View commit details
Copy full SHA for ab894db
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
#534 added variables on debug log
fchiarelli
authored and
bbakerman
committed
193d81c
View commit details
Copy full SHA for 193d81c
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
better support for Java enums
Show description for e0fa7f8
bbakerman
committed
e0fa7f8
View commit details
Copy full SHA for e0fa7f8
View code at this point
Browse repository at this point
Commits on Jun 24, 2017
fix and test ExecutionContextBuilder: root and context was mixed up
andimarek
authored and
bbakerman
committed
4beb6d6
View commit details
Copy full SHA for 4beb6d6
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
PR feedback on arg name
bbakerman
committed
8f2caa8
View commit details
Copy full SHA for 8f2caa8
View code at this point
Browse repository at this point
Run the tests - it might show compile errors :)
bbakerman
committed
8f122f9
View commit details
Copy full SHA for 8f122f9
View code at this point
Browse repository at this point
PR feedback
bbakerman
committed
287f774
View commit details
Copy full SHA for 287f774
View code at this point
Browse repository at this point
Improved directive handling for places that use them
Show description for 0cf6283
bbakerman
committed
0cf6283
View commit details
Copy full SHA for 0cf6283
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
Tklovett builder consistency (#524)
Show description for fe422ea
bbakerman
authored
fe422ea
View commit details
Copy full SHA for fe422ea
View code at this point
Browse repository at this point
Add javadoc to GraphQLError based on GraphQL Spec
tlovett-rmn
authored and
andimarek
committed
3a7cf5b
View commit details
Copy full SHA for 3a7cf5b
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Refactor GraphQL#execute for better encapsulation and clearer instrumentation lifecycles
tlovett-rmn
authored and
bbakerman
committed
a71d072
View commit details
Copy full SHA for a71d072
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.