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
.
ws-java
/
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
schema
GraphQLFieldDefinition.java
on
master
User selector
All users
All time
Commit history
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
Commits on May 11, 2016
Javadoc fixes for java 8 errors and warnings. Excluding antlr generated files
danielkwinsor
committed
5803af9
View commit details
Copy full SHA for 5803af9
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 15, 2015
Added fetching from raw fields.
Show description for 345d926
erikogenvik
committed
345d926
View commit details
Copy full SHA for 345d926
View code at this point
Browse repository at this point
Commits on Jul 18, 2015
nonNull assertions for schema objects
andimarek
committed
d01816c
View commit details
Copy full SHA for d01816c
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
SchemaUtil is not static any more
andimarek
committed
2baa91f
View commit details
Copy full SHA for 2baa91f
View code at this point
Browse repository at this point
Commits on Jul 16, 2015
validation
andimarek
committed
a7ceb3a
View commit details
Copy full SHA for a7ceb3a
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
type references are getting resolved when the schema is build
Show description for e9ad513
andimarek
committed
e9ad513
View commit details
Copy full SHA for e9ad513
View code at this point
Browse repository at this point
Renamed GraphQLFieldArgument to GraphQLArgument to reflect, that it also used as argument for directives
andimarek
committed
a922be1
View commit details
Copy full SHA for a922be1
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
optimize imports
andimarek
committed
182f5cd
View commit details
Copy full SHA for 182f5cd
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
introspection
andimarek
committed
6717134
View commit details
Copy full SHA for 6717134
View code at this point
Browse repository at this point
working on introspection
andimarek
committed
601911b
View commit details
Copy full SHA for 601911b
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
provide all arguments to the data fetcher via new object
andimarek
committed
4f23be3
View commit details
Copy full SHA for 4f23be3
View code at this point
Browse repository at this point
query with subfields
andimarek
committed
dc4445d
View commit details
Copy full SHA for dc4445d
View code at this point
Browse repository at this point
refactoring
andimarek
committed
586e280
View commit details
Copy full SHA for 586e280
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
the start of builder pattern everywhere (wip)
andimarek
committed
5fe8f70
View commit details
Copy full SHA for 5fe8f70
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.