Skip to content

Commit

Permalink
Merge pull request #570 from Crsk/patch-1
Browse files Browse the repository at this point in the history
docs(apollo): add missing comma
  • Loading branch information
imor authored Nov 26, 2024
2 parents 5f9c62b + 893dbea commit 77c0eb5
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 77c0eb5

Please sign in to comment.