-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
This works fine:
@GraphQLQueryRoot
class Query {
fun foo(): Int {
...
}
} {This doesn't:
interface SomeGenericInterface<T>
@GraphQLQueryRoot
class Query: SomeGenericInterface<String>{
fun foo(): Int {
...
}
}{There should be no practical difference for the code generator between those two.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers