sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

refactor!: merge `defaultField` and `field` #49

Closed FedericoBiccheddu closed 3 years ago

FedericoBiccheddu commented 3 years ago

BREAKING CHANGE: removes defaultField and changes field signature and add type as a second argument in field

Closes #48

n1ru4l commented 3 years ago

I created https://github.com/FedericoBiccheddu/gqtx/pull/1 for unifying the API with the t.type API as well as handling optional resolve

n1ru4l commented 3 years ago

Hey @FedericoBiccheddu, just a small ping here,a s I would love to move things forward :)