@graphql-tools/utils
Advanced tools
Comparing version 10.4.0-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e to 10.4.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da
@@ -53,2 +53,6 @@ "use strict"; | ||
} | ||
const subPath = incrementalResult.subPath; | ||
if (subPath !== undefined) { | ||
path = [...path, ...subPath]; | ||
} | ||
} | ||
@@ -55,0 +59,0 @@ (0, merge_1.dset)(executionResult, path, data); |
@@ -49,2 +49,6 @@ import delve from 'dlv'; | ||
} | ||
const subPath = incrementalResult.subPath; | ||
if (subPath !== undefined) { | ||
path = [...path, ...subPath]; | ||
} | ||
} | ||
@@ -51,0 +55,0 @@ dset(executionResult, path, data); |
{ | ||
"name": "@graphql-tools/utils", | ||
"version": "10.4.0-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e", | ||
"version": "10.4.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da", | ||
"description": "Common package containing utils and types for GraphQL tools", | ||
@@ -11,3 +11,3 @@ "sideEffects": false, | ||
"@graphql-typed-document-node/core": "^3.1.1", | ||
"cross-inspect": "1.0.1-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e", | ||
"cross-inspect": "1.0.1", | ||
"dlv": "^1.1.3", | ||
@@ -14,0 +14,0 @@ "dset": "^3.1.2", |
@@ -21,2 +21,3 @@ import { DefinitionNode, DocumentNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, FieldDefinitionNode, FieldNode, FragmentDefinitionNode, GraphQLArgument, GraphQLArgumentConfig, GraphQLDirective, GraphQLEnumType, GraphQLEnumValue, GraphQLEnumValueConfig, GraphQLError, GraphQLField, GraphQLFieldConfig, GraphQLInputField, GraphQLInputFieldConfig, GraphQLInputObjectType, GraphQLInputType, GraphQLInterfaceType, GraphQLIsTypeOfFn, GraphQLNamedType, GraphQLObjectType, GraphQLOutputType, GraphQLResolveInfo, GraphQLScalarLiteralParser, GraphQLScalarSerializer, GraphQLScalarType, GraphQLScalarValueParser, GraphQLSchema, GraphQLType, GraphQLTypeResolver, GraphQLUnionType, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, OperationTypeNode, ScalarTypeDefinitionNode, ScalarTypeExtensionNode, SelectionNode, Source, UnionTypeDefinitionNode, UnionTypeExtensionNode } from 'graphql'; | ||
id?: string; | ||
subPath?: ReadonlyArray<string | number>; | ||
pending?: ReadonlyArray<{ | ||
@@ -23,0 +24,0 @@ id: string; |
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
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
510896
11086
+ Addedcross-inspect@1.0.1(transitive)
- Removedcross-inspect@1.0.1-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e(transitive)
Updatedcross-inspect@1.0.1