Skip to content

Commit

Permalink
docs(apollo): add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Crsk authored Nov 25, 2024
1 parent 5f9c62b commit 893dbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage_with_apollo.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const cache = new InMemoryCache({

return defaultDataIdFromObject(responseObject)
},
possibleTypes: { Node: ['Todos'] } // optional, but useful to specify supertype-subtype relationships
possibleTypes: { Node: ['Todos'] }, // optional, but useful to specify supertype-subtype relationships
typePolicies: {
Query: {
fields: {
Expand Down

0 comments on commit 893dbea

Please sign in to comment.