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 }}
Talank
/
graphql-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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java_graphql-java
src
main
java
graphql
parser
on
update-java-dataloader
User selector
All users
All time
Commit history
Commits on Jun 8, 2025
add method to parse field definition from Parser
andimarek
committed
c4c1b51
View commit details
Copy full SHA for c4c1b51
View code at this point
Browse repository at this point
Commits on May 1, 2025
A generalised configuration mechanism
bbakerman
committed
b5f2ab1
View commit details
Copy full SHA for b5f2ab1
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
migrate from jetbrains annotations to jspecify
andimarek
committed
1e4ce71
View commit details
Copy full SHA for 1e4ce71
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
Now there are zero javadoc errors during compile (#3770)
bbakerman
authored
35760dc
View commit details
Copy full SHA for 35760dc
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
use static function to init
aileenchen-ops
committed
914f49b
View commit details
Copy full SHA for 914f49b
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
Fix MultiSourceReader
aileenchen-ops
committed
4cd2022
View commit details
Copy full SHA for 4cd2022
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Add toggle to redact parser error messages
dondonz
committed
0217aea
View commit details
Copy full SHA for 0217aea
View code at this point
Browse repository at this point
Add redacted parser error message option
dondonz
committed
8ed9685
View commit details
Copy full SHA for 8ed9685
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Removed deprecated methods in parsing
bbakerman
committed
da2918e
View commit details
Copy full SHA for da2918e
View code at this point
Browse repository at this point
Commits on Dec 31, 2023
Replace homebrew @DeprecatedAt annotation with Java 9 equivalent
dondonz
committed
03c4f39
View commit details
Copy full SHA for 03c4f39
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
removed syncrhnoised from code base as much as possible for VT
bbakerman
committed
d2c62f1
View commit details
Copy full SHA for d2c62f1
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
Wrap NumberFormatException
Show description for fbb1579
arthurscchan
committed
fbb1579
View commit details
Copy full SHA for fbb1579
View code at this point
Browse repository at this point
Commits on Mar 26, 2023
Have a limit on how many characters are presented to the Parser- tweaked test and doco
bbakerman
committed
ceb63c7
View commit details
Copy full SHA for ceb63c7
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
Have a limit on how many characters are presented to the Parser
bbakerman
committed
5f204f2
View commit details
Copy full SHA for 5f204f2
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Preventing stack overflow exceptions via limiting the depth of the parser rules - moving to 500 deep as a starting point
bbakerman
committed
dcd9cf9
View commit details
Copy full SHA for dcd9cf9
View code at this point
Browse repository at this point
Preventing stack overflow exceptions via limiting the depth of the parser rules
bbakerman
committed
8a1c884
View commit details
Copy full SHA for 8a1c884
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
Replace javax nullable annotations with JetBrains equivalent
dondonz
committed
3f3b017
View commit details
Copy full SHA for 3f3b017
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Merge pull request #3062 from AntaresS/add-trackData-to-ParserOptions
Show description for c2887b3
dondonz
authored
c2887b3
View commit details
Copy full SHA for c2887b3
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Fix extend schema directives
Show description for 94aadfe
dondonz
and
act1on3
committed
94aadfe
View commit details
Copy full SHA for 94aadfe
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Allow users to disable MultiSourceReader trackData through ParserOptions
Anda Xu
committed
836ed59
View commit details
Copy full SHA for 836ed59
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Adding Locale to Parser (#2921)
Show description for 432e734
bbakerman
authored
432e734
View commit details
Copy full SHA for 432e734
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Adding Locale to Coercing and hence ValueResolver (#2912)
Show description for e7409ac
bbakerman
authored
e7409ac
View commit details
Copy full SHA for e7409ac
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
Add deprecated at dates
dondonz
committed
47b64a1
View commit details
Copy full SHA for 47b64a1
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Rename to PrettyAstPrinter; improve tests; add javadoc
felipe-gdr
committed
923a034
View commit details
Copy full SHA for 923a034
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
Expose default pretty options and rename capture rule context method
felipe-gdr
committed
05c229d
View commit details
Copy full SHA for 05c229d
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
Merge branch 'master' into pretty-printer
felipe-gdr
committed
c6bb935
View commit details
Copy full SHA for c6bb935
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
READY - Stop DOS attacks by making the lexer stop early on evil input. (#2892)
Show description for 226aabd
bbakerman
authored
226aabd
View commit details
Copy full SHA for 226aabd
View code at this point
Browse repository at this point
Commits on Jul 24, 2022
Implement pretty printer
felipe-gdr
committed
6030b3a
View commit details
Copy full SHA for 6030b3a
View code at this point
Browse repository at this point
Commits on May 30, 2022
fix typos in javadoc, messages and comments (#2840)
dfa1
authored
36905f3
View commit details
Copy full SHA for 36905f3
View code at this point
Browse repository at this point
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 May 17, 2022
Parse input type correctly (#2820)
Show description for 15a70e5
russellyou
authored
15a70e5
View commit details
Copy full SHA for 15a70e5
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Make some static fields final (#2803)
Show description for 7086a3e
kilink
authored
7086a3e
View commit details
Copy full SHA for 7086a3e
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Add ParserOption to ignore single-line comments (#2788)
Show description for 66595fa
jord1e
authored
66595fa
View commit details
Copy full SHA for 66595fa
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Adding a parser listener AND the ability to set parser options per request (#2555)
Show description for 420218d
bbakerman
authored
420218d
View commit details
Copy full SHA for 420218d
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
Help prevent DOS attacks on graphql servers (#2549)
Show description for 7f27a04
bbakerman
and
jord1e
authored
7f27a04
View commit details
Copy full SHA for 7f27a04
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.