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
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 }}
streamich
/
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
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 30, 2019
Make SchemaGeneratorDirectiveHelper public (#1580)
Show description for d762310
oliemansm
authored and
bbakerman
committed
d762310
View commit details
Copy full SHA for d762310
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Samkline fix performance regressions - with tweaks (#1569)
Show description for 821241d
bbakerman
authored
821241d
View commit details
Copy full SHA for 821241d
View code at this point
Browse repository at this point
Directives from a data fetcher (#1393)
Show description for 19c6d0e
bbakerman
authored
19c6d0e
View commit details
Copy full SHA for 19c6d0e
View code at this point
Browse repository at this point
The types now have the ability to be sorted via a pluggable Comparators (#1546)
Show description for 6020f87
bbakerman
authored
6020f87
View commit details
Copy full SHA for 6020f87
View code at this point
Browse repository at this point
Oops - bad splitting
bbakerman
committed
a79e385
View commit details
Copy full SHA for a79e385
View code at this point
Browse repository at this point
More tests from customer provided data. This time it fixes a bug where comments are not split into multiple lines
Show description for 21cbf1d
bbakerman
committed
21cbf1d
View commit details
Copy full SHA for 21cbf1d
View code at this point
Browse repository at this point
bug fix for handling string default values for ENUMS
bbakerman
committed
e082942
View commit details
Copy full SHA for e082942
View code at this point
Browse repository at this point
This changes directive wiring so that all directives are available AND that wiring callbacks will be made
Show description for 277fefa
bbakerman
committed
277fefa
View commit details
Copy full SHA for 277fefa
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Ability to merge GraphQLCodeRegistries
Show description for 0a2bd30
kaqqao
authored and
bbakerman
committed
0a2bd30
View commit details
Copy full SHA for 0a2bd30
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
improve error message when the type could not be found
andimarek
committed
d9984c3
View commit details
Copy full SHA for d9984c3
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
Retrieve DataFetcher from CodeRegistry using FieldCoordinates
Show description for ca06d0e
dariuszkuc
authored and
bbakerman
committed
ca06d0e
View commit details
Copy full SHA for ca06d0e
View code at this point
Browse repository at this point
TypeDefinitionRegistry: Fix usage of assertNotNull (#1556)
Jonas Schürmann
authored and
bbakerman
committed
fcf767d
View commit details
Copy full SHA for fcf767d
View code at this point
Browse repository at this point
Commits on May 15, 2019
Adds the ability to rename via the TypeInfo object (#1538)
bbakerman
authored
f210154
View commit details
Copy full SHA for f210154
View code at this point
Browse repository at this point
Commits on May 1, 2019
Fix schemadiff input recursion (#1518)
Show description for fccc0c7
grrttedwards
authored and
bbakerman
committed
fccc0c7
View commit details
Copy full SHA for fccc0c7
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Added support for containsAllOf and containsAnyOf to dfselectionset (#1487)
bbakerman
authored
21dff06
View commit details
Copy full SHA for 21dff06
View code at this point
Browse repository at this point
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
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 #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
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 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 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
Commits on Feb 6, 2019
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
Commits on Jan 18, 2019
This adds better syntax error handling (#1348)
Show description for c4bcd3a
bbakerman
authored
c4bcd3a
View commit details
Copy full SHA for c4bcd3a
View code at this point
Browse repository at this point
Better JavaDoc on DFE about variables
bbakerman
committed
0f5a890
View commit details
Copy full SHA for 0f5a890
View code at this point
Browse repository at this point
Ok had another go after PR feedback - now has the extra fields where in execution context that makes sense to pass on
bbakerman
committed
e116da7
View commit details
Copy full SHA for e116da7
View code at this point
Browse repository at this point
removed ExecutionContext from dataFetcher
bbakerman
committed
30769d1
View commit details
Copy full SHA for 30769d1
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
PR feedback - not push back refers into the type visitors and let them handle things
bbakerman
committed
864d381
View commit details
Copy full SHA for 864d381
View code at this point
Browse repository at this point
Fix for replacing all type references in the graphql schema
bbakerman
committed
20a33a9
View commit details
Copy full SHA for 20a33a9
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
Passing local context objects from data fetchers to child fields (#1376)
Show description for e7b431a
bbakerman
authored
e7b431a
View commit details
Copy full SHA for e7b431a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.