fix(cli): Allow common custom scaffold template files #34156
Annotations
10 errors and 3 warnings
Run "rw type-check"
Property 'createdAt' is missing in type '{ __typename: string; id: number; name: string; email: string; message: string; }' but required in type '{ __typename?: "Contact"; id: number; name: string; email: string; message: string; createdAt: string; }'.
|
Run "rw type-check"
Property 'id' is missing in type '{ error: Error; }' but required in type 'Exact<{ id: number; }>'.
|
Run "rw type-check"
Property 'createdAt' is missing in type '{ __typename: string; id: number; name: string; email: string; message: string; }' but required in type '{ __typename?: "Contact"; id: number; name: string; email: string; message: string; createdAt: string; }'.
|
Run "rw type-check"
Type '{}' is missing the following properties from type 'ContactFormProps': onSave, error, loading
|
Run "rw type-check"
Type '{ __typename: string; id: number; name: string; email: string; message: string; }[]' is not assignable to type '{ __typename?: "Contact"; id: number; name: string; email: string; message: string; createdAt: string; }[]'.
|
Run "rw type-check"
Spread types may only be created from object types.
|
Run "rw type-check"
Property 'contacts' is missing in type '{ error: Error; }' but required in type 'FindContacts'.
|
Run "rw type-check"
Type '{ __typename: string; id: number; name: string; email: string; message: string; }[]' is not assignable to type '{ __typename?: "Contact"; id: number; name: string; email: string; message: string; createdAt: string; }[]'.
|
Run "rw type-check"
Property 'contacts' does not exist on type '{ contact: { __typename: string; id: number; name: string; email: string; message: string; }; }'. Did you mean 'contact'?
|
Run "rw type-check"
Property 'posts' does not exist on type '{ post: { __typename: string; id: number; title: string; body: string; author: { create: { email: string; hashedPassword: string; fullName: string; salt: string; }; }; }; }'. Did you mean 'post'?
|
Set up job
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Set up job
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Set up job
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading