Skip to content

Commit

Permalink
Update tutorial-execute-query.md
Browse files Browse the repository at this point in the history
Change the schema file type to json.
  • Loading branch information
Carrione authored Mar 29, 2022
1 parent c8c3951 commit 5b8d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-execute-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You're now ready to generate code from the combination of your saved query and s

2. _Uncomment_ the line you previously commented out (that includes `codegen:generate`).

3. Build your project. When the build completes, an `API.swift` file appears in the same folder as `schema.graphqls`.
3. Build your project. When the build completes, an `API.swift` file appears in the same folder as `schema.json`.

4. Drag the `API.swift` file into Xcode. This time, **do** check the **Add to target** box for the `RocketReserver` app. You include this file in your application's bundle to enable you to execute the query you defined.

Expand Down

0 comments on commit 5b8d969

Please sign in to comment.