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
.
AutoGraphQL
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
on
master
User selector
All users
All time
Commit history
Commits on Mar 19, 2019
inlined a bit of code
bbakerman
committed
070c3a0
View commit details
Copy full SHA for 070c3a0
View code at this point
Browse repository at this point
fix for #1434 directive definition printing
bbakerman
committed
4a80519
View commit details
Copy full SHA for 4a80519
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
Fixes up JavaDoc on what is allowed to come back from scalars serialize
bbakerman
committed
d008832
View commit details
Copy full SHA for d008832
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Fixes #1447 so that non SDL definitions are rejected
bbakerman
committed
806cfe7
View commit details
Copy full SHA for 806cfe7
View code at this point
Browse repository at this point
1438 - fixes problems with triple comment indenting
bbakerman
committed
a0b172c
View commit details
Copy full SHA for a0b172c
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Removed @defer as a default directive
bbakerman
committed
ef9d07d
View commit details
Copy full SHA for ef9d07d
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
This fixes up the example code so it used CodeRegistry and also quick rename of parameter names there
bbakerman
committed
36b1c03
View commit details
Copy full SHA for 36b1c03
View code at this point
Browse repository at this point
Commits on Mar 11, 2019
Merge pull request #1445 from tsroka/visit-fragments
Show description for 52a7b6e
andimarek
authored
52a7b6e
View commit details
Copy full SHA for 52a7b6e
View code at this point
Browse repository at this point
Merge pull request #1422 from kaqqao/cache-control-in-execution-input
Show description for 93b7b58
andimarek
authored
93b7b58
View commit details
Copy full SHA for 93b7b58
View code at this point
Browse repository at this point
Merge pull request #1449 from tinnou/fix-classCastException-type-condition-input-type
Show description for 03dc939
andimarek
authored
03dc939
View commit details
Copy full SHA for 03dc939
View code at this point
Browse repository at this point
Add support for visiting fragments in QueryVisitior. PR feedback
Tomek Sroka
committed
81004f5
View commit details
Copy full SHA for 81004f5
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into visit-fragments
Tomek Sroka
committed
1529774
View commit details
Copy full SHA for 1529774
View code at this point
Browse repository at this point
Add support for visiting fragments in QueryVisitior. PR feedback
Tomek Sroka
committed
48394db
View commit details
Copy full SHA for 48394db
View code at this point
Browse repository at this point
Fix Enum value for FragmentsOnCompositeType
tinnou
committed
1cb8375
View commit details
Copy full SHA for 1cb8375
View code at this point
Browse repository at this point
Made errors the first field of the execution result as per the spec hint
bbakerman
committed
7f6f32b
View commit details
Copy full SHA for 7f6f32b
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Fix #1440 ClassCastException when using a fragment with wrong input type condition and overlapping fields are being merged.
tinnou
committed
7721f62
View commit details
Copy full SHA for 7721f62
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
Renamed to ErrorClassification
bbakerman
committed
cf62a7a
View commit details
Copy full SHA for cf62a7a
View code at this point
Browse repository at this point
Made the ErrorType implement a base interface
bbakerman
committed
7652086
View commit details
Copy full SHA for 7652086
View code at this point
Browse repository at this point
Make the PageInfo type public static and use a type reference
Show description for ff5f4dd
jadedevin13
authored and
bbakerman
committed
ff5f4dd
View commit details
Copy full SHA for ff5f4dd
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
Add support for visiting fragments in QueryVisitior.
Tomek Sroka
committed
3ad4dd6
View commit details
Copy full SHA for 3ad4dd6
View code at this point
Browse repository at this point
refactor(Execution result): Change order of fields inside Response
Show description for 6df6640
aoudiamoncef
authored and
bbakerman
committed
6df6640
View commit details
Copy full SHA for 6df6640
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
This makes the schema directive wiring occur after the type has been built and hence the callback gets full access to the type hierarchy
bbakerman
committed
b2cc1c2
View commit details
Copy full SHA for b2cc1c2
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
add withNewFetchedValueAnalysis method to ERN
andimarek
committed
d3c8d40
View commit details
Copy full SHA for d3c8d40
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
simplify ExecutionResultNodes by using the resultKey from mergedField
Show description for 41b824c
andimarek
committed
41b824c
View commit details
Copy full SHA for 41b824c
View code at this point
Browse repository at this point
fix moveUp signature
andimarek
committed
a70c9ce
View commit details
Copy full SHA for a70c9ce
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Ability to provide CacheControl instance via ExecutionInput
kaqqao
committed
8b830b1
View commit details
Copy full SHA for 8b830b1
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
uses FpKit map
bbakerman
committed
858250e
View commit details
Copy full SHA for 858250e
View code at this point
Browse repository at this point
Adds CacheControl capability to raw graphql-java.
bbakerman
committed
cdb51e0
View commit details
Copy full SHA for cdb51e0
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
PR suggestions - now uses 1 based indexes
bbakerman
committed
e310dc3
View commit details
Copy full SHA for e310dc3
View code at this point
Browse repository at this point
This creates a multi source reader that can track which "source part" text comes from and map back to those places relative to each part.
Show description for cded477
bbakerman
committed
cded477
View commit details
Copy full SHA for cded477
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Now has a general purpose GraphqlError builder
bbakerman
committed
d73dacf
View commit details
Copy full SHA for d73dacf
View code at this point
Browse repository at this point
Because warnings annoy me
bbakerman
committed
1ce5113
View commit details
Copy full SHA for 1ce5113
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
SchemaPrinter comparators (#1398)
Show description for b807e80
mjstewart
authored and
bbakerman
committed
b807e80
View commit details
Copy full SHA for b807e80
View code at this point
Browse repository at this point
Print out argument directives when possible
Guillaume Scheibel
authored and
bbakerman
committed
065791a
View commit details
Copy full SHA for 065791a
View code at this point
Browse repository at this point
Merge pull request #1413 from bbakerman/java-doc-moar-fixups
Show description for fc21117
bbakerman
authored
fc21117
View commit details
Copy full SHA for fc21117
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.