microfiber
Advanced tools
Comparing version 0.0.8 to 1.0.0
@@ -155,3 +155,3 @@ "use strict"; | ||
includeSubscription = false | ||
}) { | ||
} = {}) { | ||
const queryType = this.getQueryType(); | ||
@@ -158,0 +158,0 @@ const mutationType = this.getMutationType(); |
{ | ||
"name": "microfiber", | ||
"version": "0.0.8", | ||
"version": "1.0.0", | ||
"description": "A library to query and manipulate GraphQL Introspection Query results in some useful ways.", | ||
@@ -5,0 +5,0 @@ "author": "Chris Newhouse", |
@@ -8,2 +8,4 @@ <a href="https://www.useanvil.com"><img src="/static/anvil.png" width="50"></a> | ||
<a href="https://www.useanvil.com/docs"><img src="/static/microfiber.png" width="500"></a> | ||
A library to query and manipulate GraphQL Introspection Query results in some useful ways. What ways you ask? | ||
@@ -109,3 +111,3 @@ | ||
includeSubscription: false, | ||
}) | ||
} = {}) | ||
``` | ||
@@ -334,3 +336,3 @@ --- | ||
digUnderlyingType(nonNullableString) // { name: 'String', kind: 'SCALAR' }= | ||
digUnderlyingType(nonNullableString) // { name: 'String', kind: 'SCALAR' } | ||
``` | ||
@@ -337,0 +339,0 @@ --- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38894
0
352