trying to workaround my <issue> by switching to ma...
# apollo-kotlin
a
trying to workaround my issue by switching to manually specifying an
usedCoordinates
file that we check into the repo (only code documented functionality). I include this snippet into my schema module:
Copy code
usedCoordinates("src/main/graphql/$name/used-coordinates.json")
this works to generate the used coordinates for all modules that use it by using the aggregate tasks. however, no
__Schema
nor
__CustomScalarAdapters
file is generated. Is there something I need to do?
name
is the service name