Fix TS issues #858
Annotations
6 errors
Run static tests
Property 'id' does not exist on type '{ __typename?: "OrderProduct" | undefined; orderId: string; productId: string; product: { __typename?: "Product" | undefined; id: string; name: string; images: { __typename?: "Image" | undefined; id: string; path: string; }[]; }; }'.
|
Run static tests
Property 'id' does not exist on type '{ __typename?: "OrderProduct" | undefined; orderId: string; productId: string; unitPrice: number; quantity: number; product: { __typename?: "Product" | undefined; id: string; name: string; images: { ...; }[]; }; }'.
|
Run static tests
Type '{ __typename?: "ProductConnection" | undefined; edges: { __typename?: "ProductEdge" | undefined; cursor: string; node: { __typename?: "Product" | undefined; id: string; name: string; description: string; unitPrice: number; quantity: number; images: { ...; }[]; }; }[]; pageInfo: { ...; }; }' has no matching index signature for type 'number'.
|
Run static tests
Property 'id' does not exist on type '{ __typename?: "StoreManager" | undefined; storeId: string; managerId: string; store: { __typename?: "Store" | undefined; id: string; name: string; }; }'.
|
Run static tests
'height' is possibly 'undefined'.
|
Run static tests
Process completed with exit code 2.
|