+1
-1
| { | ||
| "name": "graphql", | ||
| "version": "16.14.1", | ||
| "version": "16.14.2", | ||
| "description": "A Query Language and Runtime which can target any service.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -80,3 +80,3 @@ /** @category Directives */ | ||
| deprecationReason: Maybe<string>; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
| extensions: Readonly<GraphQLDirectiveExtensions>; | ||
@@ -218,3 +218,3 @@ /** AST node from which this schema element was built, if available. */ | ||
| deprecationReason?: Maybe<string>; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
| extensions?: Maybe<Readonly<GraphQLDirectiveExtensions>>; | ||
@@ -221,0 +221,0 @@ /** AST node from which this schema element was built, if available. */ |
@@ -114,3 +114,3 @@ 'use strict'; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
@@ -117,0 +117,0 @@ /** AST node from which this schema element was built, if available. */ |
@@ -91,3 +91,3 @@ /** @category Directives */ | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
@@ -94,0 +94,0 @@ /** AST node from which this schema element was built, if available. */ |
+2
-2
@@ -154,3 +154,3 @@ /** @category Schema */ | ||
| description: Maybe<string>; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
| extensions: Readonly<GraphQLSchemaExtensions>; | ||
@@ -617,3 +617,3 @@ /** AST node from which this schema element was built, if available. */ | ||
| directives?: Maybe<ReadonlyArray<GraphQLDirective>>; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
| extensions?: Maybe<Readonly<GraphQLSchemaExtensions>>; | ||
@@ -620,0 +620,0 @@ /** AST node from which this schema element was built, if available. */ |
+1
-1
@@ -176,3 +176,3 @@ 'use strict'; | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
@@ -179,0 +179,0 @@ /** AST node from which this schema element was built, if available. */ |
+1
-1
@@ -162,3 +162,3 @@ /** @category Schema */ | ||
| /** Extension fields to include in the formatted result. */ | ||
| /** Custom extension fields reserved for users. */ | ||
@@ -165,0 +165,0 @@ /** AST node from which this schema element was built, if available. */ |
+2
-2
@@ -13,3 +13,3 @@ 'use strict'; | ||
| /** A string containing the version of the GraphQL.js library */ | ||
| const version = '16.14.1'; | ||
| const version = '16.14.2'; | ||
| /** An object containing the components of the GraphQL.js version string */ | ||
@@ -21,5 +21,5 @@ | ||
| minor: 14, | ||
| patch: 1, | ||
| patch: 2, | ||
| preReleaseTag: null, | ||
| }); | ||
| exports.versionInfo = versionInfo; |
+2
-2
@@ -6,3 +6,3 @@ /** @category Version */ | ||
| /** A string containing the version of the GraphQL.js library */ | ||
| export const version = '16.14.1'; | ||
| export const version = '16.14.2'; | ||
| /** An object containing the components of the GraphQL.js version string */ | ||
@@ -13,4 +13,4 @@ | ||
| minor: 14, | ||
| patch: 1, | ||
| patch: 2, | ||
| preReleaseTag: null, | ||
| }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2105112
-0.02%