Skip to content

Commit a916b3e

Browse files
committed
fixing things up
1 parent fe01bfc commit a916b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/setup-apollo-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3939
Next 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

107107
Here 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.

0 commit comments

Comments
 (0)