graphql-typed
Advanced tools
Comparing version 0.0.0-snapshot-20240531073328 to 0.0.0-snapshot-20240620045713
@@ -12,2 +12,3 @@ import type { DocumentNode as BaseDocumentNode, Source, ParseOptions } from 'graphql'; | ||
readonly id: string; | ||
readonly type?: 'query' | 'mutation' | 'subscription'; | ||
readonly name?: string; | ||
@@ -14,0 +15,0 @@ readonly source: string; |
{ | ||
"name": "graphql-typed", | ||
"version": "0.0.0-snapshot-20240531073328", | ||
"version": "0.0.0-snapshot-20240620045713", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "description": "A more strongly typed version of GraphQL's DocumentNode.", | ||
"engines": { | ||
"node": "^14.17.0 || >=16.0.0" | ||
"node": ">=18.12.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
5308
29