Hello , everyone , I want to integrate the android studio and graphql
and I already get the schema.json
after that I want to generate the graphql files , and I type command line
apollo-codegen generate */.graphql --schema schema.json --output API --target “json”
the result is failed ,
can somebody help me to generate the graphql files , thanks!