Skip to content

Commit

Permalink
Change the schema file type to json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrione authored Mar 29, 2022
1 parent 5b8d969 commit 6c3c386
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 @@ -91,7 +91,7 @@ Now that your query is fetching the right data, head back to Xcode.

<img src="images/empty_file_template.png" class="screenshot" alt="Empty file template"/>

2. Click **Next** and name the file `LaunchList.graphql`. Make sure it's saved at the same level as your `schema.graphqls` file. As previously, don't add it to any target.
2. Click **Next** and name the file `LaunchList.graphql`. Make sure it's saved at the same level as your `schema.json` file. As previously, don't add it to any target.

3. Copy your final operation from Sandbox Explorer by selecting the three dot (aka "meatball") menu to the right of your operation name and selecting "Copy Operation":

Expand Down

0 comments on commit 6c3c386

Please sign in to comment.