File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cache.writeData({
3434
3535🍗 Next we use the ` writeData ` function to create our initial ` formData ` object that has a date, email and customer fields to store that data.
3636
37- 🍗 . Very important is the ` __typename ` field the lets GraphQL know that the ` formData ` object is the type we will be querying and mutating
37+ 🍗 Very important is the ` __typename ` field the lets GraphQL know that the ` formData ` object is the type we will be querying and mutating
3838
3939Next up in ` src ` make a file called ` resolvers.js ` and add the following:
4040
@@ -106,4 +106,4 @@ export const UPDATE_FORM_DATA = gql`
106106
107107Here we are just creating a mutation to update the form data
108108
109- This is it for now, next up we will start with building out the forms
109+ This is it for now, next up we will start with building out the forms.
You can’t perform that action at this time.
0 commit comments