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 }}
kbrooks
/
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
test
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 2, 2021
Merge branch 'develop' into develop
kobylynskyi
authored
62206f9
View commit details
Copy full SHA for 62206f9
View code at this point
Browse repository at this point
Kotlin: fix default value (#882)
jxnu-liguobin
authored
7f5b3c8
View commit details
Copy full SHA for 7f5b3c8
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
Revert "add java"
Show description for 58a3509
Kyle
committed
58a3509
View commit details
Copy full SHA for 58a3509
View code at this point
Browse repository at this point
add java
Kyle
committed
23c2f30
View commit details
Copy full SHA for 23c2f30
View code at this point
Browse repository at this point
dont public class
Kyle
committed
5587e9d
View commit details
Copy full SHA for 5587e9d
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into develop
Kyle
committed
b736c72
View commit details
Copy full SHA for b736c72
View code at this point
Browse repository at this point
[Kotlin] Ability to generate sealed interfaces
Kyle
committed
be8c095
View commit details
Copy full SHA for be8c095
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 Nov 7, 2021
Add serialVersionUID to generated classes that implement Serializable (#811)
Show description for 69dee51
rolevinks
and
kobylynskyi
authored
69dee51
View commit details
Copy full SHA for 69dee51
View code at this point
Browse repository at this point
Commits on Sep 4, 2021
Merge branch 'issue/gh-673' of https://github.com/meistermeier/graphql-java-codegen into meistermeier-issue/gh-673
kobylynskyi
committed
4730207
View commit details
Copy full SHA for 4730207
View code at this point
Browse repository at this point
Fix GraphQLCodegenOpenclassesTest
kobylynskyi
committed
36e2679
View commit details
Copy full SHA for 36e2679
View code at this point
Browse repository at this point
Fix minor checkstyle issues
kobylynskyi
committed
09cc22c
View commit details
Copy full SHA for 09cc22c
View code at this point
Browse repository at this point
Support RegEx in customAnnotationsMapping #783
Show description for 894fbd4
kobylynskyi
committed
894fbd4
View commit details
Copy full SHA for 894fbd4
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
Code refactor: migrate generators into separate classes
kobylynskyi
committed
d7ae176
View commit details
Copy full SHA for d7ae176
View code at this point
Browse repository at this point
Add @JvmStatic annotation to Kotlin builders (#771)
Show description for 1ddbbf5
kbrooks
and
Kyle
authored
1ddbbf5
View commit details
Copy full SHA for 1ddbbf5
View code at this point
Browse repository at this point
Commits on Jul 5, 2021
Scala: fix generateModelOpenClasses (#741)
Show description for fb17635
jxnu-liguobin
authored
fb17635
View commit details
Copy full SHA for fb17635
View code at this point
Browse repository at this point
Commits on May 11, 2021
Ability to add custom operation name for request (#682)
Show description for b6d34be
3 people
authored
b6d34be
View commit details
Copy full SHA for b6d34be
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
Fix checkstyle.
meistermeier
committed
aa85c36
View commit details
Copy full SHA for aa85c36
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Don't fail with enums in directive parameters.
meistermeier
committed
9e19738
View commit details
Copy full SHA for 9e19738
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
GraphQL serialization of java.util.Map #668 (#669)
kobylynskyi
authored
768eaa2
View commit details
Copy full SHA for 768eaa2
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Add directive support for types #660 (#665)
Show description for 3b43078
robbertnoordzij
and
Robbert Noordzij
authored
3b43078
View commit details
Copy full SHA for 3b43078
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 26, 2021
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 22, 2021
Add operation name to serialized GraphQL query #590 (#604)
kobylynskyi
authored
26fa6f4
View commit details
Copy full SHA for 26fa6f4
View code at this point
Browse repository at this point
Commits on Mar 21, 2021
Kotlin, Scala: Fix Parametrized Input serialization #566 (#605)
jxnu-liguobin
authored
25ef174
View commit details
Copy full SHA for 25ef174
View code at this point
Browse repository at this point
Generate annotations for mutation and query parameters #602 (#603)
jpact
authored
f8baa94
View commit details
Copy full SHA for f8baa94
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Fix Scala ParameterizedInput issues and optimize templates (#588)
jxnu-liguobin
authored
6a457bd
View commit details
Copy full SHA for 6a457bd
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 Mar 7, 2021
Kotlin: Fix ParameterizedInput and toString() issue (#573)
Show description for 708e607
jxnu-liguobin
authored and
kobylynskyi
committed
708e607
View commit details
Copy full SHA for 708e607
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Fix parameterized input serialization (#563)
streibeb
authored
a5151c3
View commit details
Copy full SHA for a5151c3
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
Fix Scala and Kotlin minor code generation issues (#558)
Show description for 600c902
jxnu-liguobin
authored
600c902
View commit details
Copy full SHA for 600c902
View code at this point
Browse repository at this point
Fix a case when field is non-null in type and nullable in interface #556 (#557)
kobylynskyi
authored
c8df485
View commit details
Copy full SHA for c8df485
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
Previous
Next
You can’t perform that action at this time.