Skip to content

Add @GraphQLIgnore #19

@brezinajn

Description

@brezinajn

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions