Baris Tikir

Results 13 comments of Baris Tikir

Appreciate it taking your time for sharing your thoughts on this topic! I have just started with the basic level of this plugin, with reusing a lot of the prisma...

Current work only covers the `edgeDBObject` api. Showcase of how the type system could look like for the edgeDB schema. Type system is constructed out of the EdgeDB Query Builder...

Agreed, this is right now just not enough for a plugin imo. Long term I would love to see it in the main repo as a plugin. But also looking...

Will need some feedback on this topic. Edgedb queries return type depends on the select shape. Even `...e.User["*"]` won't load the whole db schema. That would be a problem for...

Added `ReturnShape` to reflect `Shape` props as optional fields. https://github.com/hayes/pothos/blob/f853b76a8a0bc58ec6fa9b4578bb7aa706515958/packages/plugin-edgedb/src/types.ts#L80-L86 https://github.com/hayes/pothos/blob/f853b76a8a0bc58ec6fa9b4578bb7aa706515958/packages/plugin-edgedb/src/global-types.ts#L102-L104

> Added `ReturnShape` to `EdgeDBModelTypes` to reflect optional fields from `Shape`. > > https://github.com/hayes/pothos/blob/f853b76a8a0bc58ec6fa9b4578bb7aa706515958/packages/plugin-edgedb/src/types.ts#L80-L86 Actually supposed to be a deep partial type, updated version: https://github.com/baristikir/giraphql/blob/8ec9e25d91d12fa9059a8ec0314c8b493944444e/packages/plugin-edgedb/src/types.ts#L72-L88

Thank you so much for the quick response. I didn't know that the iOS Simulator isn't supporting WebAssembly, good to know this thanks. I. will try this later on but...

Alright now I saw this in my console: `Failed to load resource: the server responded with a status of 404 (Not Found) (blazormobile.js)`

Hello, thank you again, I did the following steps, and here are the results: 1. Yes, the project reference to **BlazorMoblie.Web** is in the **TestProject.Blazor.Server**. 2. I had .NET Core...

I am using on Mac Visual Studio 2019 Community and on Windows Visual Studio 2019 Enterprise. Both had the same .net core sdk's. Yes on Windows I have spaces in...