Use the same context object in the entire pipeline #5438
Annotations
8 errors
e2e / aws-lambda:
packages/graphql-yoga/src/server.ts#L548
Argument of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; }' is not assignable to parameter of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; batched: boolean; }'.
|
e2e / aws-lambda
Process completed with exit code 1.
|
e2e / cf-modules:
packages/graphql-yoga/src/server.ts#L548
Argument of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; }' is not assignable to parameter of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; batched: boolean; }'.
|
e2e / cf-modules
Process completed with exit code 1.
|
e2e / azure-function:
packages/graphql-yoga/src/server.ts#L548
Argument of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; }' is not assignable to parameter of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; batched: boolean; }'.
|
e2e / azure-function
Process completed with exit code 1.
|
e2e / cf-worker:
packages/graphql-yoga/src/server.ts#L548
Argument of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; }' is not assignable to parameter of type '{ params: GraphQLParams<Record<string, any>, Record<string, any>>; request: Request; batched: boolean; }'.
|
e2e / cf-worker
Process completed with exit code 1.
|