Mayur Borse
Mayur Borse
> > > Currently, resolver functions have a format of: > > ```ts > const myResolver = (parent: any, data: any, ctx: any, info: any) => { ... } >...
I'm getting the same error for Deno 1.8.3
Can you share the model code. I'll try to figure out.
`id: v4.generate` with `DataTypes.String` (id is uuid) works while `DataTypes.UUID` throws error with `1.0.37` ``` error: Uncaught (in promise) PostgresError: invalid input syntax for type uuid: "function generate() { const...
@eveningkid Here's the file: [models.ts](https://github.com/borsemayur2/users-demo-oak-graphql-server/blob/feature/%232-postgres-setup/src/models.ts)
This is related to Deno 1.8.0. Downgrade Deno to 1.7.5 to run the app
> > > I just tried to do exactly what the instructions from https://alephjs.org/docs/get-started say: > > ``` > deno install --unstable -A -f -n aleph https://deno.land/x/[email protected]/cli.ts > aleph init...
> > > hey guys, > I'm getting following error using aleph.js 0.3.0-alpha.22: os error 123 "The filename, directory name, or volume label syntax is incorrect", also tried using deno:...
Reproduction steps: ```bash aleph init reprod cd reprod aleph dev ```
Make sure mongo is running by using `sudo service mongodb start` command