"Apollo ran from 1961 to 1972.", "comments": [ { "text": "Nice article!" } ] }, { "title": "International Space Station”, "content": "Its first component launched into orbit in 1998.”, "comments": [] } ] } }
it to your application target 2. Install apollo-codegen globally through npm 3. Add a code generation build step to your target 4. Add a schema file to your target directory 5. Build your target 6. Add the generated API file to your target 7. Install the Xcode add-ons to get syntax highlighting for your .graphql files (optional) 8. Create .graphql files with your queries or mutations and add them to your target Setup