diff --git a/docs/usage_with_apollo.md b/docs/usage_with_apollo.md index f1a8edbf..cae59255 100644 --- a/docs/usage_with_apollo.md +++ b/docs/usage_with_apollo.md @@ -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: {