just hit a snag though: after i introduced a secon...
# graphql-kotlin
l
just hit a snag though: after i introduced a second operation, i started getting a compilation error because both generated files include
typealias ID = String
so i’m getting
error: redeclaration: ID
… any ideas?
d
oh i think this might have been an oversight from our side
so the
typelias ID
is generated per file and since they are in the same package they will clash
it will be the same issue for custom scalars
can you open up an issue against GH repo?
l
will do!
d
thnx!