hey i noticed when using data builders, they gener...
# apollo-kotlin
a
hey i noticed when using data builders, they generate a
__Schema
type. this works well in single modules. when using multiple modules I end up with duplicate generated
__Schema
types. Itll generate a duplicate class error like
ResolverKey(kind = "SchemaType", id = "")
. In this situation, should we be
alwaysGenerateTypesMatching
all in our schema module, seems not right 😞
m
Woooops, sorry for missing this one.. Looks like a bug with multi-modules + data builders. Looking into it