sikanhe / gqtx

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

unify t.objectType, t.mutationType and t.subscriptionType #53

Open n1ru4l opened 3 years ago

n1ru4l commented 3 years ago

All of those are objectType, so there is not really a requirement for having different ways of constructing those.