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 }}
JavaSleep89
/
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
language
DirectiveDefinition.java
on
master
User selector
All users
All time
Commit history
Commits on May 24, 2022
Use ImmutableKit emptyMap and emptyList (#2829)
Show description for 6060676
bbakerman
authored
6060676
View commit details
Copy full SHA for 6060676
View code at this point
Browse repository at this point
Commits on Sep 6, 2021
Added a named SDL definition (#2538)
Show description for 84984aa
bbakerman
authored
84984aa
View commit details
Copy full SHA for 84984aa
View code at this point
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
View code at this point
Browse repository at this point
Repeatable directives support (#2015)
Show description for ff3f691
bbakerman
authored
ff3f691
View commit details
Copy full SHA for ff3f691
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
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
View code at this point
Browse repository at this point
Commits on Sep 13, 2020
replace isEqualTo with Objects.equals (#2030)
dugenkui03
authored
c3c48a2
View commit details
Copy full SHA for c3c48a2
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
removed description and getDescription from child classes
gursajan
committed
1f7ca4a
View commit details
Copy full SHA for 1f7ca4a
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
changed comments to descriptions and fixed tests
gursajan
committed
94d0313
View commit details
Copy full SHA for 94d0313
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
additionalData needs to be copied when a node is transformed
andimarek
committed
6307ece
View commit details
Copy full SHA for 6307ece
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Addtional data on all nodes
bbakerman
committed
0691def
View commit details
Copy full SHA for 0691def
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
use static import NodeChildrenContainer
andimarek
committed
ce19b7c
View commit details
Copy full SHA for ce19b7c
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
make all child String constants public
andimarek
committed
ee8c62d
View commit details
Copy full SHA for ee8c62d
View code at this point
Browse repository at this point
Commits on Dec 2, 2018
AstTransformer first test green
Show description for 40a4f7b
andimarek
committed
40a4f7b
View commit details
Copy full SHA for 40a4f7b
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
naming, cleanup
andimarek
committed
05fb8cc
View commit details
Copy full SHA for 05fb8cc
View code at this point
Browse repository at this point
add ast zipper, all Nodes immutable
andimarek
committed
1f67b2c
View commit details
Copy full SHA for 1f67b2c
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
add ignored chars to the AST
andimarek
committed
aff1e71
View commit details
Copy full SHA for aff1e71
View code at this point
Browse repository at this point
Commits on Oct 15, 2018
Javadoc warnings cleanup (#1272)
Show description for df0edf6
bbakerman
authored
df0edf6
View commit details
Copy full SHA for df0edf6
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
make nodes constructors internal protected
Show description for a93e127
andimarek
committed
a93e127
View commit details
Copy full SHA for a93e127
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
transform methods for all Nodes
andimarek
committed
188f1ef
View commit details
Copy full SHA for 188f1ef
View code at this point
Browse repository at this point
fixing tests
andimarek
committed
d109f31
View commit details
Copy full SHA for d109f31
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
make nodes immutable (compiles)
andimarek
committed
ea06fe5
View commit details
Copy full SHA for ea06fe5
View code at this point
Browse repository at this point
fixing tests
andimarek
committed
81a01ce
View commit details
Copy full SHA for 81a01ce
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
refactor parser and making Nodes immutable (WIP, not all test pass)
andimarek
committed
703ee33
View commit details
Copy full SHA for 703ee33
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 NamedNode to the hiearchy
bbakerman
committed
34172d0
View commit details
Copy full SHA for 34172d0
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
refactor all the things
andimarek
committed
814d78f
View commit details
Copy full SHA for 814d78f
View code at this point
Browse repository at this point
renamed generic visit method to visitXXX specific to type
andimarek
committed
7e0e0c1
View commit details
Copy full SHA for 7e0e0c1
View code at this point
Browse repository at this point
- implemented double-dispatch (Visitor) patter on AST Node hierarchy
gkesler
authored and
andimarek
committed
b8e08b6
View commit details
Copy full SHA for b8e08b6
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
multi line strings support (#706)
Show description for 092328b
bbakerman
authored
092328b
View commit details
Copy full SHA for 092328b
View code at this point
Browse repository at this point
Commits on Nov 17, 2017
PR feedback - now with equalTo moved out
bbakerman
committed
edc9bed
View commit details
Copy full SHA for edc9bed
View code at this point
Browse repository at this point
Deep copy of language nodes
bbakerman
committed
bacddba
View commit details
Copy full SHA for bacddba
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 Apr 26, 2017
#296 - added a AST pretty printer system so I can fix other problems like 296
bbakerman
committed
63de28a
View commit details
Copy full SHA for 63de28a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.