Brad Daily

Results 9 issues of Brad Daily

Worth a try? https://github.com/mickhansen/dataloader-sequelize

Mutations support is happy path only right now, needs better error handling.

Right now this produces offset/limit support, but GraphQL recommends using a type to represent the edge + pageInfo. See: http://graphql.org/learn/pagination/

If the foreign key column of a hasMany relationship has a unique index, we could set it to hasOne instead.

A Yeoman generator might be interesting. Would be cleaner than having to fork this repo each time you start a new project: http://yeoman.io/authoring/index.html

enhancement

Currently, Model.count has this signature: ```js count(options?: CountOptions): Promise; ``` However, if you pass `group` options to the count call, the return is an array. For example, assuming a naive...

Version: Deno 1.46.3 When trying to create your own stack trace information, the line number and column information returned appears to map to the source _after_ types have been stripped....

bug
deno_core