Onur Önder
Results
2
issues of
Onur Önder
Greetings, I'm using `[email protected]` and `[email protected]`. Let's say that I have a simple class like this: ```ts class PersonModel extends Model { id: string; name: string; phone?: number; } ```...
typings
Greetings! I have a simple setup to server-side render my pages. I simply wrap `_app.tsx` with `withApollo` and pass `getDataFromTree` from [@apollo/react-ssr](https://www.apollographql.com/docs/react/api/react-ssr/). Everything works great, some of my queries are...