Skip to content

fix response cache usage with subscriptions #4635

fix response cache usage with subscriptions

fix response cache usage with subscriptions #4635

Triggered via pull request September 20, 2023 13:08
Status Failure
Total duration 3m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

website.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
deployment: packages/plugins/response-cache/src/index.ts#L133
Argument of type '{ documentString: string; variableValues: Record<string, any> | undefined; operationName: string | undefined; sessionId: Maybe<string>; }' is not assignable to parameter of type '{ documentString: string; variableValues: Maybe<{ readonly [variable: string]: unknown; }>; operationName?: Maybe<string>; sessionId: Maybe<string>; context: unknown; }'.
deployment
Process completed with exit code 1.