i cant get projects in the app/page.tsx , when i do console.log(data?.ProjectSearch?.edges) it return undefined , but when i do console.log(data) i see that edges is [ [Object] , [ Object ], [ Object ] ] , so i have three projects but i can't use them
i cant get projects in the app/page.tsx , when i do console.log(data?.ProjectSearch?.edges) it return undefined , but when i do console.log(data) i see that edges is [ [Object] , [ Object ], [ Object ] ] , so i have three projects but i can't use them