graphql-java-codegen icon indicating copy to clipboard operation
graphql-java-codegen copied to clipboard

Make your GraphQL Java application schema-driven.

Results 142 graphql-java-codegen issues
Sort by recently updated
recently updated
newest added
trafficstars

### Discussed in https://github.com/kobylynskyi/graphql-java-codegen/discussions/984 Originally posted by **ruipliu** July 22, 2022 This is to support complex use cases from client side building queries. Now the response projections only have builder...

enhancement
good-first-issue

Now that spring-graphql is 1.0 and reasonably stable, it would be good to provide first class support for their structures. Currently @QueryMapping, @MutationMapping and @SubscriptionMapping can be shoe-horned in via...

enhancement
help-wanted

--- ### Description Related to #958 Fixes the test failures in the last PR --- Changes were made to: - [x] Codegen library - Java - [ ] Codegen library...

question
needs-work

## Issue Description We are trying to use the code-gen to generate the GraphQlRequest payload, from a graphql model with custom scalar types of type java.time We have these custom...

bug
question

### Description Add nonnull and other annotations to the getter method in addition to the field declaration. Some Java Bean introspection tools can only use annotations declared on the getter/setter...

needs-work

--- ### Description Related to #ISSUE_NUMBER --- Changes were made to: - [# ] Codegen library - Java - [ ] Codegen library - Kotlin - [ ] Codegen library...

needs-work

## Issue Description I have a schema like below ``` type Query { product: productQuery } type Mutation { product: productMutation } type productQuery { productOrganization(id: ID!): productOrganization } type...

bug

# Related to #859 Java implementation was done as part of #913 What's missing is the implementation for Scala and Kotlin ## Original description from #859 > > ## Issue...

bug
scala
kotlin

**Is your feature request related to a problem? Please describe.** My project is in the stage of code quality checks and associated stuff, and I'm currently using a code scanner...

**Is your feature request related to a problem? Please describe.** It's frustrating having to use JavaBean getter methods to access properties of generated model classes. Also, since the model classes...

enhancement
good-first-issue
java