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 }}
zygitup
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 10, 2020
Merge pull request #2132 from graphql-java/anonymizer-3
Show description for 3fe482b
andimarek
authored
3fe482b
View commit details
Copy full SHA for 3fe482b
Browse repository at this point
handle type names
andimarek
committed
3682f64
View commit details
Copy full SHA for 3682f64
Browse repository at this point
handle argument default values
andimarek
committed
d8a3899
View commit details
Copy full SHA for d8a3899
Browse repository at this point
interface in arguments
andimarek
committed
2f6304e
View commit details
Copy full SHA for 2f6304e
Browse repository at this point
Commits on Dec 9, 2020
interface hierarchies test
andimarek
committed
6310f06
View commit details
Copy full SHA for 6310f06
Browse repository at this point
improve Anonymizer
andimarek
committed
f03c2f3
View commit details
Copy full SHA for f03c2f3
Browse repository at this point
avoiding allocations in ConditionalNodes (#2123)
Show description for 9803c10
dfa1
authored
9803c10
View commit details
Copy full SHA for 9803c10
Browse repository at this point
Merge pull request #2128 from graphql-java/remove-selection-locking
Show description for 8c6b1a7
andimarek
authored
8c6b1a7
View commit details
Copy full SHA for 8c6b1a7
Browse repository at this point
Merge pull request #2130 from graphql-java/anonymizer-2
Show description for da27fad
andimarek
authored
da27fad
View commit details
Copy full SHA for da27fad
Browse repository at this point
default values test
andimarek
committed
7dc3642
View commit details
Copy full SHA for 7dc3642
Browse repository at this point
values
andimarek
committed
9c8f4cd
View commit details
Copy full SHA for 9c8f4cd
Browse repository at this point
anonymizer work
andimarek
committed
cb9798d
View commit details
Copy full SHA for cb9798d
Browse repository at this point
handle arguments for Anonymizer
andimarek
committed
6617624
View commit details
Copy full SHA for 6617624
Browse repository at this point
Merge pull request #2129 from graphql-java/anonymizer
Show description for 06bbb82
andimarek
authored
06bbb82
View commit details
Copy full SHA for 06bbb82
Browse repository at this point
Add anonymizer to make anonymous version of a schema and queries for that schema
andimarek
committed
c9bbcda
View commit details
Copy full SHA for c9bbcda
Browse repository at this point
Commits on Dec 8, 2020
Moved supplier of locked Query Tree outside synchrnoised call
bbakerman
committed
2aa408c
View commit details
Copy full SHA for 2aa408c
Browse repository at this point
Commits on Dec 3, 2020
Merge pull request #2122 from dfa1/fix-jmh-setup-on-macosx
Show description for aa0dacb
andimarek
authored
aa0dacb
View commit details
Copy full SHA for aa0dacb
Browse repository at this point
Commits on Dec 2, 2020
upgrading jmh to 1.25
Show description for a502cb2
dfa1
committed
a502cb2
View commit details
Copy full SHA for a502cb2
Browse repository at this point
Commits on Nov 28, 2020
Improve AstPrinter performance (#2110)
Show description for be8025f
gnawf
authored
be8025f
View commit details
Copy full SHA for be8025f
Browse repository at this point
allow usage of repeatable directives on extensions (#2115)
dugenkui03
authored
b01df74
View commit details
Copy full SHA for b01df74
Browse repository at this point
Commits on Nov 24, 2020
introspection for repeatable directive info (#2113)
dugenkui03
authored
43668fb
View commit details
Copy full SHA for 43668fb
Browse repository at this point
Fixes module name (#2111)
Show description for ad2e8ad
bbakerman
authored
ad2e8ad
View commit details
Copy full SHA for ad2e8ad
Browse repository at this point
Fixes the missing guava maths classes (#2109)
bbakerman
authored
432d5f0
View commit details
Copy full SHA for 432d5f0
Browse repository at this point
Commits on Nov 15, 2020
This moves the AST element builder to use immutable lists (#2101)
Show description for 3dfeae3
bbakerman
authored
3dfeae3
View commit details
Copy full SHA for 3dfeae3
Browse repository at this point
Repeatable directives support (#2015)
Show description for ff3f691
bbakerman
authored
ff3f691
View commit details
Copy full SHA for ff3f691
Browse repository at this point
Commits on Nov 13, 2020
post processing on schema directive wiring afterr schema is build (#2082)
Show description for fb86ee6
bbakerman
and
andimarek
authored
fb86ee6
View commit details
Copy full SHA for fb86ee6
Browse repository at this point
Commits on Nov 10, 2020
Clean up master jdk 8 problem (#2100)
Show description for 17f0e27
bbakerman
authored
17f0e27
View commit details
Copy full SHA for 17f0e27
Browse repository at this point
New validation rules about type, field, argument (#1955)
Show description for c801fd8
dugenkui03
authored
c801fd8
View commit details
Copy full SHA for c801fd8
Browse repository at this point
Fix a bug where enum value extensions were not picked up by schema validation correctly (#1942)
bbakerman
authored
a1c123d
View commit details
Copy full SHA for a1c123d
Browse repository at this point
remove absolute graphql error (#1941)
Show description for fccbe35
andimarek
and
bbakerman
authored
fccbe35
View commit details
Copy full SHA for fccbe35
Browse repository at this point
removing unused methods (#2045)
dfa1
authored
aa9a93d
View commit details
Copy full SHA for aa9a93d
Browse repository at this point
JavaDoc cleanup - get to zero warnings on compile (#2094)
bbakerman
authored
07ca7ee
View commit details
Copy full SHA for 07ca7ee
Browse repository at this point
fix for coerceVariableValues (#2083)
Show description for 39c567e
dugenkui03
and
dugenkui
authored
39c567e
View commit details
Copy full SHA for 39c567e
Browse repository at this point
Makes a default data fetcher exception handler possible (#2093)
bbakerman
authored
4213a30
View commit details
Copy full SHA for 4213a30
Browse repository at this point
add shaded guava collections and use it (#2086)
Show description for f6f9bae
andimarek
and
bbakerman
authored
f6f9bae
View commit details
Copy full SHA for f6f9bae
Browse repository at this point
Previous
Next
You can’t perform that action at this time.