I am trying to integrate apollo iOS client and after doing all steps I am getting the error while running build phase script. so there are three errors in total. one is
- Error initializing Apollo GraphQL project "Unnamed Project".
- Error: Error in "Loading schema for Unnamed Project".
- TypeError: Cannot read property 'reduce' of undefined at Object.error.
Note this accuring inside node_modules/@oclif.
Error initializing Apollo GraphQL project "Unnamed Project": Error: Error in "Loading schema for Unnamed Project": TypeError: Cannot read property 'reduce' of undefined
first you should add this command npx apollo service:download --endpoint= schema.json
then run this command npx apollo codegen:generate --localSchemaFile=graphql-schema.json --target=typescript --tagName=gql