Jiri Spac

Results 185 issues of Jiri Spac

field type and castTo should crash upon generating the schema if they get an interface type as input

enhancement

``` @Field() edit(name: string) { this.name = name return this } ``` ``` Error: Class Function cannot be used as a resolve type because it is not an @ObjectType at...

enhancement

currently even if we're extending an interface, we still have to specify `implementors` explicitly. It could be automatically added when a prototype is an interface type.

enhancement

same as https://github.com/19majkel94/type-graphql/blob/master/examples/simple-subscriptions/resolver.ts we should support subscriptions.

enhancement
hacktoberfest

It should be possible to run decapi in the browser-this would be ideal for building like a playground editor where a user can play with decapi without having to install...

enhancement
hacktoberfest

pnpm rocks

enhancement

we can just run prettier using `node ...`

enhancement

please give me an ability to globally enable to console error the whole object which failed validation. Currently it logs out only the validation error like this: ```Uncaught ZodError: [...