11. Exercise: Schema checks
1m

Exercise: Schema checks

Walk through a few schema changes and familiarize yourself with .

Situation 1

Remove the description for any , then run a schema check.

Which of the following schema checks pass?

Undo your changes for the next question.

Situation 2

Add the following to your schema:

schema.graphql
type Chef {
FirstName: String
}

Run a schema check.

Which of the following linter check rules would throw a warning?
Why does the overall schema check pass?

Undo your changes for the next question.

Situation 3

Remove the cookingTime , along with its description. Run a schema check. Open up the check in Studio and select one of the affected .

Click "Override", then "Mark changes as safe".

Re-run the check using Studio.

Which of the following statements are true after re-running the check?
Previous

Share your questions and comments about this lesson

Your feedback helps us improve! If you're stuck or confused, let us know and we'll help you out. All comments are public and must follow the Apollo Code of Conduct. Note that comments that have been resolved or addressed may be removed.

You'll need a GitHub account to post below. Don't have one? Post in our Odyssey forum instead.