Hi, according to documentation I create apollo.config.js file but apollo schema:download --config=apollo.config.js not working, cannot find file, even is in current directory. Where the config file should be ? For now I used global path. Second, how generate valid models for android using apollo-cli codegen ? Documentation is so poor :(
apollo codegen:generate --config=/Users/rwawrzyniak/Documents/workspace/kotlin/example-android/data/src/main/graphql/com/example/data/apollo.config.js
› Error: The output path must be specified in the arguments for Swift and Scala
Hi, according to documentation I create apollo.config.js file but apollo
schema:download --config=apollo.config.jsnot working, cannot find file, even is in current directory. Where the config file should be ? For now I used global path. Second, how generate valid models for android using apollo-cli codegen ? Documentation is so poor :(