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 }}
Nithanim
/
graphql-java-codegen
Public
forked from
kobylynskyi/graphql-java-codegen
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-codegen
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 25, 2020
Send enum name as defined in graphql schema
Nithanim
committed
b8f5c00
View commit details
Copy full SHA for b8f5c00
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Bump to release version 2.4.0
kobylynskyi
committed
9126d87
View commit details
Copy full SHA for 9126d87
View code at this point
Browse repository at this point
Support mapping of GraphQL directives to annotations #241 (#246)
kobylynskyi
authored
692998b
View commit details
Copy full SHA for 692998b
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
Possibility to add typename to resp proj of types #245 (#247)
Show description for 5991368
kobylynskyi
authored
5991368
View commit details
Copy full SHA for 5991368
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
Handle preceding "@" in annotations, refactor tests #239 (#240)
kobylynskyi
authored
7afb670
View commit details
Copy full SHA for 7afb670
View code at this point
Browse repository at this point
Commits on Jul 19, 2020
Handle java-reserved names in client generated classes #237 (#238)
kobylynskyi
authored
9e85c13
View commit details
Copy full SHA for 9e85c13
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Custom types for async Query/Mutation generation #228 (#236)
kobylynskyi
authored
f05b793
View commit details
Copy full SHA for f05b793
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
Add typename to interface response projection #230 (#233)
kobylynskyi
authored
f24a0ad
View commit details
Copy full SHA for f24a0ad
View code at this point
Browse repository at this point
Support customAnnotationsMapping at class-level #231 (#234)
kobylynskyi
authored
e31d8ba
View commit details
Copy full SHA for e31d8ba
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Support Response Projection for GraphQL interfaces #226 (#227)
kobylynskyi
authored
83d6e58
View commit details
Copy full SHA for 83d6e58
View code at this point
Browse repository at this point
Commits on Jul 4, 2020
Union query requests in client code with conditional fragments #164 (#222)
kobylynskyi
authored
ade73fa
View commit details
Copy full SHA for ade73fa
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Add null-check for fields in all templates + tests
kobylynskyi
committed
bcfe830
View commit details
Copy full SHA for bcfe830
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
Remove lombok dependency from the core library
kobylynskyi
committed
5c77a84
View commit details
Copy full SHA for 5c77a84
View code at this point
Browse repository at this point
Fix code style issues reported by Sonar
kobylynskyi
committed
0bd2253
View commit details
Copy full SHA for 0bd2253
View code at this point
Browse repository at this point
Replace DateTimeGenerator with Supplier approach #219
kobylynskyi
committed
4135a3d
View commit details
Copy full SHA for 4135a3d
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Merge branch 'master' into 178-generated
kobylynskyi
committed
2f4ca86
View commit details
Copy full SHA for 2f4ca86
View code at this point
Browse repository at this point
Generated types should be annotated with @Generated #178
kobylynskyi
committed
e48d696
View commit details
Copy full SHA for e48d696
View code at this point
Browse repository at this point
Introduce new configs: typeResolverPrefix, typeResolverSuffix, generateModelsForRootTypes #206 (#207)
Show description for 6a952a4
kobylynskyi
authored
6a952a4
View commit details
Copy full SHA for 6a952a4
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
Fix some Sonar issues
kobylynskyi
committed
03e6b5c
View commit details
Copy full SHA for 03e6b5c
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
Fix a case when List NonNullType has a default value #177 (#179)
kobylynskyi
authored
33d25a7
View commit details
Copy full SHA for 33d25a7
View code at this point
Browse repository at this point
Use java.util.List for GQL lists (#186)
lorenzleutgeb
authored
0159315
View commit details
Copy full SHA for 0159315
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Add generation of immutable models
lorenzleutgeb
authored and
kobylynskyi
committed
64197db
View commit details
Copy full SHA for 64197db
View code at this point
Browse repository at this point
Field aliases support for client generator #173 (#174)
Show description for 1e8debd
2 people
authored and
kobylynskyi
committed
1e8debd
View commit details
Copy full SHA for 1e8debd
View code at this point
Browse repository at this point
Fix default values for API strategies options
kobylynskyi
committed
d2b9e75
View commit details
Copy full SHA for d2b9e75
View code at this point
Browse repository at this point
Introduce ApiRootInterfaceStrategy and ApiNamePrefixStrategy #142 (#171)
kobylynskyi
committed
4379b02
View commit details
Copy full SHA for 4379b02
View code at this point
Browse repository at this point
Remove deprecated methods #169 (#170)
kobylynskyi
committed
08c594d
View commit details
Copy full SHA for 08c594d
View code at this point
Browse repository at this point
Model classes should implement java.io.Serializable #167 (#168)
Show description for d5195e5
kobylynskyi
committed
d5195e5
View commit details
Copy full SHA for d5195e5
View code at this point
Browse repository at this point
Introduce apiNamePrefix and apiNameSuffix config options #136 (#166)
kobylynskyi
committed
7d3f79b
View commit details
Copy full SHA for 7d3f79b
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Code cleanup
kobylynskyi
committed
969f7f3
View commit details
Copy full SHA for 969f7f3
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Generate Response class having response data with exact type #159 (#161)
Show description for 0e695ef
kobylynskyi
authored
0e695ef
View commit details
Copy full SHA for 0e695ef
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Allow extensions-only schema #160 (#162)
kobylynskyi
authored
8b644f9
View commit details
Copy full SHA for 8b644f9
View code at this point
Browse repository at this point
Commits on May 28, 2020
Bump to release version 1.8.0
kobylynskyi
committed
b1a67eb
View commit details
Copy full SHA for b1a67eb
View code at this point
Browse repository at this point
Support of HTTP Query String serialization #154 (#157)
Show description for dda78fd
lmartellotto
and
Laura Martellotto
authored
dda78fd
View commit details
Copy full SHA for dda78fd
View code at this point
Browse repository at this point
Commits on May 27, 2020
Support of parametrized fields in ResponseProjection #153 (#155)
Show description for 97c7171
kobylynskyi
authored
97c7171
View commit details
Copy full SHA for 97c7171
View code at this point
Browse repository at this point
Commits on May 25, 2020
Support for enum in unions (#152)
Show description for 173f595
danilo-barboza
authored
173f595
View commit details
Copy full SHA for 173f595
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.