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
GraphQLFieldDefinition.java
on
master
User selector
All users
All time
Commit history
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 Dec 3, 2018
Fixed up JavaDoc warnings
bbakerman
committed
b292ab6
View commit details
Copy full SHA for b292ab6
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 27, 2018
everything is internal for now
andimarek
committed
89eb438
View commit details
Copy full SHA for 89eb438
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Don't re-order directives - they MUST be preserved in definition order
bbakerman
committed
a8d5670
View commit details
Copy full SHA for a8d5670
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
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 Sep 10, 2018
Add supporting for traversing directives
Show description for c93dfaf
kaqqao
committed
c93dfaf
View commit details
Copy full SHA for c93dfaf
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Clear deprecated methods
amatiushkin
authored and
amatiushkin
committed
0afdea2
View commit details
Copy full SHA for 0afdea2
View code at this point
Browse repository at this point
Review comments
amatiushkin
authored and
amatiushkin
committed
b864afb
View commit details
Copy full SHA for b864afb
View code at this point
Browse repository at this point
Code review comments
amatiushkin
authored and
amatiushkin
committed
7cfc8a7
View commit details
Copy full SHA for 7cfc8a7
View code at this point
Browse repository at this point
Add visitor for types and use generic traversal
amatiushkin
authored and
amatiushkin
committed
4d9b642
View commit details
Copy full SHA for 4d9b642
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
Added @Override as part of errorprone code health check
bbakerman
committed
75dc4b3
View commit details
Copy full SHA for 75dc4b3
View code at this point
Browse repository at this point
Revert "Added @Override as part of errorprone code health check"
Show description for c7e81e8
bbakerman
committed
c7e81e8
View commit details
Copy full SHA for c7e81e8
View code at this point
Browse repository at this point
Added @Override as part of errorprone code health check
bbakerman
committed
7de17b1
View commit details
Copy full SHA for 7de17b1
View code at this point
Browse repository at this point
Commits on May 6, 2018
Added builders to each of the graphql runtime objects, which allows them to be transformed into new versions of themselves
bbakerman
committed
362bc13
View commit details
Copy full SHA for 362bc13
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
remove obsolete FieldDataFetcher
andimarek
authored and
bbakerman
committed
c18fe28
View commit details
Copy full SHA for c18fe28
View code at this point
Browse repository at this point
Commits on Feb 18, 2018
Adding directives to all the runtime types (#924)
Show description for 0720f1a
bbakerman
authored
0720f1a
View commit details
Copy full SHA for 0720f1a
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
PR feedback
bbakerman
committed
ee3a843
View commit details
Copy full SHA for ee3a843
View code at this point
Browse repository at this point
This adds runtime directives to the graphql types. We have started with ObjectType and FieldDefinition and will extend it to other types as we go
bbakerman
committed
f40354e
View commit details
Copy full SHA for f40354e
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
Commits on Oct 2, 2017
Added DataFetcherFactory support (#735)
Show description for bb2df57
bbakerman
authored
bb2df57
View commit details
Copy full SHA for bb2df57
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 Aug 2, 2017
Avoid defensive copy in GraphQLFieldDefinition::getArguments
Show description for 2099d54
justinsb
authored and
andimarek
committed
2099d54
View commit details
Copy full SHA for 2099d54
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Added type info into the data fetching environment
Show description for f77b3cb
bbakerman
committed
f77b3cb
View commit details
Copy full SHA for f77b3cb
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
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
Commits on May 8, 2017
add public/internal/spi annotations
andimarek
committed
e700c9c
View commit details
Copy full SHA for e700c9c
View code at this point
Browse repository at this point
Commits on May 6, 2017
revert changes: will be handled in a PR
andimarek
committed
14cb734
View commit details
Copy full SHA for 14cb734
View code at this point
Browse repository at this point
add public/internal/spi annotations
andimarek
committed
98df57e
View commit details
Copy full SHA for 98df57e
View code at this point
Browse repository at this point
redefine references api
Show description for e96134d
andimarek
committed
e96134d
View commit details
Copy full SHA for e96134d
View code at this point
Browse repository at this point
Commits on May 1, 2017
remove BuilderFunction in favour of Java 8 UnaryOperator
andimarek
committed
c1cda3c
View commit details
Copy full SHA for c1cda3c
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
#357 - link a runtime object back to its possible definition
Show description for 4e0fecd
bbakerman
committed
4e0fecd
View commit details
Copy full SHA for 4e0fecd
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 Feb 8, 2017
Validate name
deruf
committed
21d7d4b
View commit details
Copy full SHA for 21d7d4b
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
Previous
Next
You can’t perform that action at this time.