@gql.tada/internal
Advanced tools
Comparing version 1.0.2 to 1.0.3-canary-010a4f32e6564430e68daa85b29e87cfdacdea8a
# @gql.tada/internal | ||
## 1.0.3-canary-010a4f32e6564430e68daa85b29e87cfdacdea8a | ||
### Patch Changes | ||
- Add types for field-usage tracking and checking for co-located fragments | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#334](https://github.com/0no-co/gql.tada/pull/334)) | ||
## 1.0.2 | ||
@@ -4,0 +11,0 @@ |
@@ -101,2 +101,4 @@ import { IntrospectionQuery, GraphQLSchema } from 'graphql'; | ||
template?: string; | ||
trackFieldUsage?: boolean; | ||
shouldCheckForColocatedFragments?: boolean; | ||
} | ||
@@ -103,0 +105,0 @@ interface SchemaConfig { |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "1.0.2", | ||
"version": "1.0.3-canary-010a4f32e6564430e68daa85b29e87cfdacdea8a", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
390748
6324
1