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
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
Revert "comments"
Show description for 542bac3
Kyle
committed
542bac3
View commit details
Copy full SHA for 542bac3
View code at this point
Browse repository at this point
comments
Kyle
committed
b865fce
View commit details
Copy full SHA for b865fce
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
fix import order
Kyle
committed
6643e08
View commit details
Copy full SHA for 6643e08
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
Minor refactor and code-style fixes
kobylynskyi
committed
06c8bd8
View commit details
Copy full SHA for 06c8bd8
View code at this point
Browse repository at this point
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
Avoid duplicates in enum imports (Scala).
meistermeier
committed
8d63027
View commit details
Copy full SHA for 8d63027
View code at this point
Browse repository at this point
Move null condition to top.
meistermeier
committed
7f93937
View commit details
Copy full SHA for 7f93937
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
Code cleanup (#670)
kobylynskyi
authored
eba26a3
View commit details
Copy full SHA for eba26a3
View code at this point
Browse repository at this point
Bump from 5.0.1 to 5.1.0
kobylynskyi
committed
6e47963
View commit details
Copy full SHA for 6e47963
View code at this point
Browse repository at this point
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 24, 2021
Fix checkstyle issues (#667)
Show description for 2cb4ae9
robbertnoordzij
and
Robbert Noordzij
authored
2cb4ae9
View commit details
Copy full SHA for 2cb4ae9
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
Fix Sonar issues (#666)
Show description for 5d50246
robbertnoordzij
and
Robbert Noordzij
authored
5d50246
View commit details
Copy full SHA for 5d50246
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 28, 2021
Bump graphql-java to 16.2, do not include external dependencies #564 #589 (#611)
kobylynskyi
authored
6bf73f1
View commit details
Copy full SHA for 6bf73f1
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
Previous
Next
You can’t perform that action at this time.