@apollo/server-gateway-interface
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -13,7 +13,7 @@ import type { KeyValueCache } from '@apollo/utils.keyvaluecache'; | ||
} | ||
export declare type GatewaySchemaLoadOrUpdateCallback = (schemaContext: { | ||
export type GatewaySchemaLoadOrUpdateCallback = (schemaContext: { | ||
apiSchema: GraphQLSchema; | ||
coreSupergraphSdl: string; | ||
}) => void; | ||
export declare type GatewayUnsubscriber = () => void; | ||
export type GatewayUnsubscriber = () => void; | ||
export interface GatewayApolloConfig { | ||
@@ -27,4 +27,4 @@ key?: string; | ||
} | ||
export declare type GatewayExecutor = (requestContext: GatewayGraphQLRequestContext) => Promise<GatewayExecutionResult>; | ||
export declare type GatewayExecutionResult = ExecutionResult<Record<string, any>, Record<string, any>>; | ||
export type GatewayExecutor = (requestContext: GatewayGraphQLRequestContext) => Promise<GatewayExecutionResult>; | ||
export type GatewayExecutionResult = ExecutionResult<Record<string, any>, Record<string, any>>; | ||
export interface GatewayGraphQLRequestContext<TContext = Record<string, any>> { | ||
@@ -71,3 +71,3 @@ readonly request: GatewayGraphQLRequest; | ||
} | ||
export declare type GatewaySchemaHash = string & { | ||
export type GatewaySchemaHash = string & { | ||
__fauxpaque: 'SchemaHash'; | ||
@@ -74,0 +74,0 @@ }; |
{ | ||
"name": "@apollo/server-gateway-interface", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Interface used to connect Apollo Gateway to Apollo Server", | ||
@@ -20,9 +20,6 @@ "type": "module", | ||
"homepage": "https://github.com/apollographql/apollo-server#readme", | ||
"engines": { | ||
"node": ">=12.0" | ||
}, | ||
"dependencies": { | ||
"@apollo/utils.fetcher": "^1.0.0", | ||
"@apollo/utils.logger": "^1.0.0", | ||
"@apollo/utils.keyvaluecache": "^1.0.1", | ||
"@apollo/utils.fetcher": "^2.0.0", | ||
"@apollo/utils.logger": "^2.0.0", | ||
"@apollo/utils.keyvaluecache": "^2.0.0", | ||
"@apollo/usage-reporting-protobuf": "^4.0.0" | ||
@@ -29,0 +26,0 @@ }, |
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
13479
+ Added@apollo/utils.fetcher@2.0.1(transitive)
+ Added@apollo/utils.keyvaluecache@2.1.1(transitive)
+ Added@apollo/utils.logger@2.0.1(transitive)
+ Addedlru-cache@7.18.3(transitive)
- Removed@apollo/utils.fetcher@1.1.1(transitive)
- Removed@apollo/utils.keyvaluecache@1.0.2(transitive)
- Removed@apollo/utils.logger@1.0.1(transitive)
- Removedlru-cache@7.13.1(transitive)
Updated@apollo/utils.fetcher@^2.0.0
Updated@apollo/utils.logger@^2.0.0