fix: test setup #253
Annotations
8 errors and 1 warning
Run yarn rw type-check
Type '{ __typename?: "Event"; confirmed: Scalars["Boolean"]; createdAt: Scalars["DateTime"]; description: Scalars["String"]; editToken: Scalars["String"]; ... 15 more ...; visible: Scalars["Boolean"]; }' is not assignable to type 'Omit<Event, "responses">'.
|
Run yarn rw type-check
Type '{ __typename?: "Response"; comment: Scalars["String"]; confirmed: Scalars["Boolean"]; createdAt: Scalars["DateTime"]; editToken: Scalars["String"]; ... 9 more ...; updatedAt: Scalars["DateTime"]; }' is not assignable to type 'Omit<Response, "event" | "reminders">'.
|
Run yarn rw type-check
Type '{ name: string; email: string; headCount: number; comment: string; captchaResponse: string; }' is missing the following properties from type 'CreateResponseInput': notiEventDeleted, notiEventUpdated
|
Run yarn rw type-check
Type '{ name: string; email: string; headCount: number; comment: string; remindPriorSec: number; captchaResponse: string; }' is missing the following properties from type 'CreateResponseInput': notiEventDeleted, notiEventUpdated
|
Run yarn rw type-check
Type '{ headCount: number; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
|
Run yarn rw type-check
Type '{ remindPriorSec: number; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
|
Run yarn rw type-check
Type '{ remindPriorSec: null; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
|
Run yarn rw type-check
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading