Comparing version 1.0.1 to 1.0.2-canary-018823fea845a463fa0308cb69459b42493fb784
@@ -1653,9 +1653,5 @@ import { | ||
declare function readFragment< | ||
const Document extends DocumentDefDecorationLike, | ||
const Document extends DocumentDefDecorationLike & DocumentDecoration<any, any>, | ||
const Fragment extends fragmentOfTypeRec<Document>, | ||
const Data, | ||
>( | ||
_document: DocumentDecoration<Data, any> & Document, | ||
fragment: Fragment | ||
): fragmentOfTypeRec<Document> extends Fragment ? unknown : mirrorFragmentTypeRec<Fragment, Data>; | ||
>(_document: Document, fragment: Fragment): mirrorFragmentTypeRec<Fragment, ResultOf<Document>>; | ||
declare const graphql: GraphQLTadaAPI<schemaOfConfig<setupSchema>>; | ||
@@ -1662,0 +1658,0 @@ |
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.0.1", | ||
"version": "1.0.2-canary-018823fea845a463fa0308cb69459b42493fb784", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.ts", |
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
86778
79939
1723
2