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
parser
GraphqlAntlrToLanguage.java
on
master
User selector
All users
All time
Commit history
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
This creates a multi source reader that can track which "source part" text comes from and map back to those places relative to each part.
Show description for cded477
bbakerman
committed
cded477
View commit details
Copy full SHA for cded477
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Added empty {} support to type extensions if they have directives
bbakerman
committed
863ecd5
View commit details
Copy full SHA for 863ecd5
View code at this point
Browse repository at this point
This allows empty types but NOT empty type extensions
bbakerman
committed
fa07cc6
View commit details
Copy full SHA for fa07cc6
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
the type of an OperationTypeDefinition is actually a typeName
andimarek
authored and
bbakerman
committed
828bf5c
View commit details
Copy full SHA for 828bf5c
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 Jul 24, 2018
fix typo SchemaDefinition.newSchemaDefinition
andimarek
committed
325ad10
View commit details
Copy full SHA for 325ad10
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
reorder methods, make everything protected, rename newNode
andimarek
committed
67d6257
View commit details
Copy full SHA for 67d6257
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
cleanup
andimarek
committed
30ccc67
View commit details
Copy full SHA for 30ccc67
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 May 23, 2018
Ensured that Antlr's '<unknown>' source name isn't sent to clients as part of operation responses by setting it to null
jimkyndemeyer
authored and
bbakerman
committed
648032e
View commit details
Copy full SHA for 648032e
View code at this point
Browse repository at this point
Added sourceName property to SourceLocation to improve error reporting across multiple SDL documents
jimkyndemeyer
authored and
bbakerman
committed
58bf17e
View commit details
Copy full SHA for 58bf17e
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Renamed to ObjectTypeExtensionDefinition
bbakerman
committed
9c28cb3
View commit details
Copy full SHA for 9c28cb3
View code at this point
Browse repository at this point
Added the grammar support for type extensions
bbakerman
committed
da511b5
View commit details
Copy full SHA for da511b5
View code at this point
Browse repository at this point
Commits on Feb 18, 2018
make GraphqlAntlrToLanguage more suitable to subclassing
andimarek
committed
9fc507f
View commit details
Copy full SHA for 9fc507f
View code at this point
Browse repository at this point
make GraphqlAntlrToLanguage more suitable to subclassing
andimarek
committed
dbd61ec
View commit details
Copy full SHA for dbd61ec
View code at this point
Browse repository at this point
make GraphqlAntlrToLanguage more suitable to subclassing
andimarek
committed
12e934b
View commit details
Copy full SHA for 12e934b
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
refactor: remove special handling in addContextProperty for
Show description for 2377fb1
andimarek
committed
2377fb1
View commit details
Copy full SHA for 2377fb1
View code at this point
Browse repository at this point
add comment to separate GraphqlOperation.g4 specific logic
Show description for 3d2413e
andimarek
committed
3d2413e
View commit details
Copy full SHA for 3d2413e
View code at this point
Browse repository at this point
Revert "statically import GraphqlParser classes"
andimarek
committed
42d7f1a
View commit details
Copy full SHA for 42d7f1a
View code at this point
Browse repository at this point
statically import GraphqlParser classes
andimarek
committed
1b298fe
View commit details
Copy full SHA for 1b298fe
View code at this point
Browse repository at this point
cleanup: move method a bit up
andimarek
committed
93b5ddd
View commit details
Copy full SHA for 93b5ddd
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
make graphqlAntlrToLanguage constructor and fields accessible:
Show description for 11c99ab
andimarek
committed
11c99ab
View commit details
Copy full SHA for 11c99ab
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 Dec 5, 2017
Refactored Assert.assertXxxx(condition, message format, args) in order to avoid building error messages that is never used.
Show description for 6f5eb60
LarsKrogJensen
authored and
bbakerman
committed
6f5eb60
View commit details
Copy full SHA for 6f5eb60
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 6, 2017
Reviewed exceptions in graphql-java (#752)
Show description for 9ce58dd
bbakerman
authored
9ce58dd
View commit details
Copy full SHA for 9ce58dd
View code at this point
Browse repository at this point
Commits on May 28, 2017
#427 TDD driven null support (#452)
Show description for fcbce54
bbakerman
authored
fcbce54
View commit details
Copy full SHA for fcbce54
View code at this point
Browse repository at this point
Commits on May 26, 2017
Added antlr parsing tests as outlined in https://github.com/graphql-java/graphql-java/pull/200
bbakerman
authored and
andimarek
committed
986ece3
View commit details
Copy full SHA for 986ece3
View code at this point
Browse repository at this point
Commits on May 25, 2017
Introspection parser (#463)
Show description for 06add25
andimarek
authored
06add25
View commit details
Copy full SHA for 06add25
View code at this point
Browse repository at this point
Commits on May 22, 2017
bugfix: comments as descriptions
Show description for ea5f959
andimarek
committed
ea5f959
View commit details
Copy full SHA for ea5f959
View code at this point
Browse repository at this point
Commits on May 14, 2017
add public/internal annotations
andimarek
committed
64cc32e
View commit details
Copy full SHA for 64cc32e
View code at this point
Browse repository at this point
Commits on May 6, 2017
Merge branch 'master' into vaant-master
andimarek
committed
bc160b5
View commit details
Copy full SHA for bc160b5
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
#325 - now with Comment type in place
bbakerman
committed
d564e63
View commit details
Copy full SHA for d564e63
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.