adrianhajdin / project_nextjs13_flexibble

https://jsmastery.pro
639 stars 133 forks source link

Edges from GetProjects query are undefined #36

Closed wadoud1234 closed 9 months ago

wadoud1234 commented 9 months ago

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

wadoud1234 commented 9 months ago

i fix this prblem , it was about syntax only , i used data.ProjectSearch instead of data.projectSearch this issue will be closed