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 }}
primaTime
/
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
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
graphql-java-codegen
docs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 24, 2024
Support DataFetchResult via new config: fieldsWithDataFetcherResult (#1431)
kirill071992
authored
bba3088
View commit details
Copy full SHA for bba3088
View code at this point
Browse repository at this point
Support ArgumentValue wrapper for input parameters (#1450)
rwo-trackunit
authored
3ac1021
View commit details
Copy full SHA for 3ac1021
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
New option to disable GraphQL schema token limit validation #1265 (#1384)
yholkamp
authored
1f99631
View commit details
Copy full SHA for 1f99631
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Add option to render Kotlin functions with suspend modifier (#1377)
thevietto
authored
b76c49b
View commit details
Copy full SHA for b76c49b
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Allow to exclude fields from generated GraphQL objects #1297 (#1299)
Show description for ac08c75
sabirove
and
Evgenii Sabirov
authored
ac08c75
View commit details
Copy full SHA for ac08c75
View code at this point
Browse repository at this point
Commits on May 2, 2023
Ability to supply a root directory with custom templates: "customTemplatesRoot" #1158 (#1198)
Show description for d3eb4c9
isaac-mercieca
authored
d3eb4c9
View commit details
Copy full SHA for d3eb4c9
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
Consolidate development to a single main branch
kobylynskyi
committed
544499d
View commit details
Copy full SHA for 544499d
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
Change customTemplates Map key to be type String (#1052)
Show description for e8f7cd6
velo
and
Marvin Froeder
authored
e8f7cd6
View commit details
Copy full SHA for e8f7cd6
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
Support overriding FreeMarker templates #860 (#1048)
Show description for 0b212e6
3 people
authored
0b212e6
View commit details
Copy full SHA for 0b212e6
View code at this point
Browse repository at this point
New config to generate models with public fields #864 (#1049)
Show description for 134bc89
kobylynskyi
authored
134bc89
View commit details
Copy full SHA for 134bc89
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Scala: fix deprecated APIs, support generateSealedInterfaces (#1042)
jxnu-liguobin
authored
571b22a
View commit details
Copy full SHA for 571b22a
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
New config to generate only no-args constructor #1017 (#1037)
kobylynskyi
authored
764925a
View commit details
Copy full SHA for 764925a
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
New config to specify custom @Generated annotation #1016 (#1036)
kobylynskyi
authored
bea0364
View commit details
Copy full SHA for bea0364
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Add skip parameter to skip execution when true #961 (#991)
kobylynskyi
authored
3f906d7
View commit details
Copy full SHA for 3f906d7
View code at this point
Browse repository at this point
Ability to supply resolverArgumentAnnotations and parametrizedResolverAnnotations #983 (#990)
kobylynskyi
authored
b756391
View commit details
Copy full SHA for b756391
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
When using GraphQL federation, external parties can extend types and … (#866)
aldib
authored
d6f7d73
View commit details
Copy full SHA for d6f7d73
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Add description of useObjectMapperForRequestSerialization to codegen-options.md #912
kobylynskyi
committed
97fef96
View commit details
Copy full SHA for 97fef96
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
[Kotlin] Ability to generate sealed interfaces (#869)
Show description for d6bd6b4
kbrooks
and
Kyle
authored
d6bd6b4
View commit details
Copy full SHA for d6bd6b4
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
Kotlin: Add option to add defaults to nullable fields (#863)
zmack
authored
96bdde7
View commit details
Copy full SHA for 96bdde7
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Code cleanup (#670)
kobylynskyi
authored
eba26a3
View commit details
Copy full SHA for eba26a3
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Generate jackson type id resolver annotation (#637)
Show description for e15ac84
gdhordain
and
jxnu-liguobin
authored
e15ac84
View commit details
Copy full SHA for e15ac84
View code at this point
Browse repository at this point
Commits on Apr 16, 2021
Ability to disable generation of the all$ method in projections (#645)
Show description for 94a8357
robbertnoordzij
and
Robbert Noordzij
authored
94a8357
View commit details
Copy full SHA for 94a8357
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
Add migration guide for release 5.0.0 #585 (#615)
kobylynskyi
authored
def6d5c
View commit details
Copy full SHA for def6d5c
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Update codegen-options.md with a new config: configurationFiles
kobylynskyi
committed
b60eefd
View commit details
Copy full SHA for b60eefd
View code at this point
Browse repository at this point
Add ability to generate particular types as Java interfaces #606 (#610)
Show description for 4d862f3
donbeave
authored and
kobylynskyi
committed
4d862f3
View commit details
Copy full SHA for 4d862f3
View code at this point
Browse repository at this point
Support multiple external configuration files #585 (#608)
Show description for 9bbf360
jxnu-liguobin
and
kobylynskyi
authored
9bbf360
View commit details
Copy full SHA for 9bbf360
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
Introduce code style and reformat existing code #403 (#579)
Show description for 5b65522
kobylynskyi
authored
5b65522
View commit details
Copy full SHA for 5b65522
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
[Kotlin] [Scala] Ability to generate public class and data class / case class (#547)
Show description for 12cac0b
jxnu-liguobin
authored
12cac0b
View commit details
Copy full SHA for 12cac0b
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Prepare for next dev iteration - 4.1.4-SNAPSHOT
kobylynskyi
committed
61d8fd0
View commit details
Copy full SHA for 61d8fd0
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Add generateParameterizedFieldsResolvers to codegen-options.md
kobylynskyi
committed
614da61
View commit details
Copy full SHA for 614da61
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
Kotlin support #15 (#426)
Show description for b760060
jxnu-liguobin
authored
b760060
View commit details
Copy full SHA for b760060
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Update codegen-options.md (#427)
kobylynskyi
authored
466ab59
View commit details
Copy full SHA for 466ab59
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Update docs: Gitter => GitHub discussions
kobylynskyi
committed
a4edba7
View commit details
Copy full SHA for a4edba7
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
Introduce config for specifying custom-serializable fields #260 (#392)
Show description for db7be06
kobylynskyi
authored
db7be06
View commit details
Copy full SHA for db7be06
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
Maven plugin: fix parameters parsing: customAnnotationsMapping/directiveAnnotationsMapping #389 (#391)
kobylynskyi
authored
1bb4834
View commit details
Copy full SHA for 1bb4834
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.