diff --git a/plugins/hotCards/utils/fetchInterceptor.js b/plugins/hotCards/utils/fetchInterceptor.js index 951da4d..f41eab5 100644 --- a/plugins/hotCards/utils/fetchInterceptor.js +++ b/plugins/hotCards/utils/fetchInterceptor.js @@ -12,7 +12,8 @@ if ( typeof resource === "string" && contentType && - contentType.indexOf("application/json") !== -1 && + (contentType.indexOf('application/json') !== -1 || + contentType.indexOf('application/graphql-response+json') !== -1) && resource.endsWith("/graphql") ) { try {