@graphql-inspector/core
Advanced tools
Comparing version 1.18.1 to 1.19.0-alpha.0
@@ -28,3 +28,3 @@ "use strict"; | ||
var type = typeMap[typename]; | ||
if (graphql_1.isObjectType(type)) { | ||
if (graphql_1.isObjectType(type) || graphql_1.isInterfaceType(type)) { | ||
var typeCoverage = { | ||
@@ -31,0 +31,0 @@ hits: 0, |
{ | ||
"name": "@graphql-inspector/core", | ||
"version": "1.18.1", | ||
"version": "1.19.0-alpha.0", | ||
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.", | ||
@@ -37,8 +37,8 @@ "keywords": [ | ||
"@types/graphql": "14.2.0", | ||
"@types/jest": "24.0.11", | ||
"@types/jest": "24.0.13", | ||
"graphql-tag": "2.10.1", | ||
"jest": "24.7.1", | ||
"jest": "24.8.0", | ||
"ts-jest": "24.0.2", | ||
"typescript": "3.4.4" | ||
"typescript": "3.4.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
877168
2