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
graphql
schema
GraphQLSchema.java
on
master
User selector
All users
All time
Commit history
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 Dec 2, 2018
GraphqlCodeRegistry - splitting the code from the type system (#1308)
Show description for 9e39066
bbakerman
authored
9e39066
View commit details
Copy full SHA for 9e39066
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Moar tests for ordering changes
bbakerman
committed
68bb6c5
View commit details
Copy full SHA for 68bb6c5
View code at this point
Browse repository at this point
Now sorts types, fields, arguments and directives in name order to be stable
bbakerman
committed
f35dd2f
View commit details
Copy full SHA for f35dd2f
View code at this point
Browse repository at this point
Uses LinkedHashMap and LinkedHashSet in places to preserve insertion order
bbakerman
committed
c0edb92
View commit details
Copy full SHA for c0edb92
View code at this point
Browse repository at this point
Working towards deprecating public constructors and instead favouring builders of the major API objects
bbakerman
committed
c0204d5
View commit details
Copy full SHA for c0204d5
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Cleaning up SchemaUtil usage
bbakerman
committed
0c3701a
View commit details
Copy full SHA for 0c3701a
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
#1135 - better builder support for additional types and directives - on stable
bbakerman
committed
0a3a00f
View commit details
Copy full SHA for 0a3a00f
View code at this point
Browse repository at this point
Commits on May 22, 2018
Add isPossibleType for type resolution validation
tinnou
authored and
bbakerman
committed
1065f44
View commit details
Copy full SHA for 1065f44
View code at this point
Browse repository at this point
Commits on May 10, 2018
This makes @defer support first class, instead of being an experimental add on
bbakerman
committed
fc2923e
View commit details
Copy full SHA for fc2923e
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
Some minor tweaks to allow extension plus @Experimental annotation
bbakerman
committed
5566033
View commit details
Copy full SHA for 5566033
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Fixed up the changes I asked for in the PR so we are happy to accept this PR.
Show description for 1741b0f
bbakerman
committed
1741b0f
View commit details
Copy full SHA for 1741b0f
View code at this point
Browse repository at this point
- made return of GraphQLSchema.getImplementations immutable
gkesler
authored and
bbakerman
committed
f767696
View commit details
Copy full SHA for f767696
View code at this point
Browse repository at this point
- make return of GraphQLSchema.getTypeMap() immutable
gkesler
authored and
bbakerman
committed
16abd29
View commit details
Copy full SHA for 16abd29
View code at this point
Browse repository at this point
- performance improvements to a bleading findImplementations mechanizm.
Show description for 19093fe
gkesler
authored and
bbakerman
committed
19093fe
View commit details
Copy full SHA for 19093fe
View code at this point
Browse repository at this point
Commits on Nov 17, 2017
cleanup: rename missed 'dictionary' to 'additionalTypes'
andimarek
committed
a331581
View commit details
Copy full SHA for a331581
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
Made TypeResolution return <T> for easier consumption (#774)
bbakerman
authored
22cf400
View commit details
Copy full SHA for 22cf400
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
Better examples of using per request data loaders (#758)
Show description for 7bfd4fd
bbakerman
authored
7bfd4fd
View commit details
Copy full SHA for 7bfd4fd
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Added JavaDoc to be important types (#731)
Show description for 276dfc8
bbakerman
authored
276dfc8
View commit details
Copy full SHA for 276dfc8
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
Use LinkedHashSet instead of plain HashSet for GraphQLSchema directives field, ensuring deterministic iteration order (#718)
arlampin
authored and
bbakerman
committed
a273cd7
View commit details
Copy full SHA for a273cd7
View code at this point
Browse repository at this point
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)
bbakerman
authored
12120e9
View commit details
Copy full SHA for 12120e9
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
Commits on Aug 1, 2017
Allow schemas to contain custom directives for queries.
abasoukos
authored and
bbakerman
committed
211fe3c
View commit details
Copy full SHA for 211fe3c
View code at this point
Browse repository at this point
Commits on May 14, 2017
#414 added schema validation in subscriptions
bbakerman
authored and
andimarek
committed
959174e
View commit details
Copy full SHA for 959174e
View code at this point
Browse repository at this point
Commits on May 8, 2017
#409 - renamed schema validator code to exactly that
bbakerman
committed
4229d49
View commit details
Copy full SHA for 4229d49
View code at this point
Browse repository at this point
Commits on May 6, 2017
Merge branch 'master' into vaant-master
andimarek
committed
bc160b5
View commit details
Copy full SHA for bc160b5
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
Breaking change: Renaming the map with extra types for the schema from `dictionary` to `additionalTypes` to make it more clear.
andimarek
committed
93a41e2
View commit details
Copy full SHA for 93a41e2
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
fix with diamond operator
Jiayu Liu
committed
36b5d7c
View commit details
Copy full SHA for 36b5d7c
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
Adding support for subscriptions with an implemenation to enable adding a user defined subscriptionType. Subscriptions can be thought of as mutations by a different name and with a different purpos…
Show description for b197d78
Shokoufandeh
committed
b197d78
View commit details
Copy full SHA for b197d78
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
Ensured type references are replaced regardless of type definition order
Show description for 7fe7d33
Bojan Tomic
committed
7fe7d33
View commit details
Copy full SHA for 7fe7d33
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Add overrides for incomplete builder and supplier
Show description for be0e7f3
IamCornholio
committed
be0e7f3
View commit details
Copy full SHA for be0e7f3
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
cleanup: reformat code and optimize imports
andimarek
committed
5dfffe8
View commit details
Copy full SHA for 5dfffe8
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Change sourceCompatibility to 1.6.
pt-achang
committed
07199a3
View commit details
Copy full SHA for 07199a3
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
Use an empty set instead of null.
Theo Zourzouvillys
committed
9895ced
View commit details
Copy full SHA for 9895ced
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
Allow providing additional types to schema build.
Show description for 6668d1a
Theo Zourzouvillys
committed
6668d1a
View commit details
Copy full SHA for 6668d1a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.