Skip to content

Commit

Permalink
Update text in 'How to create a new schema in GraphQL'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosimbuerger committed Jul 10, 2024
1 parent cfce481 commit 8b7318d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In the first part we define that it’s a Query, which means that you’re using
In the next step you make a connection to a certain schema. In this case to "Movie".

And then you create the query itself by defining the data you want to retrieve.
You need to specify data types and when you put the exclamation point on the end that means that you expect only that data type and any other will throw an error.
You need to specify data types. When you put the exclamation point at the end that means you are expecting only that data type and any other will throw an error.

This is now your first simple schema.

Expand Down

0 comments on commit 8b7318d

Please sign in to comment.