You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users implement GraphQL servers in Node runtime by themselves and some users don't. For those who write resolvers will want resolver types, otherwise, they'll type signatures of resolver functions by themselves.
According to the value of schema in .graphql-let.yml, graphql-let will generate schema types by default. But I'm not sure the way fits all developer use-cases. For a while, I'll publish it as an experimental feature.
Why
Some users implement GraphQL servers in Node runtime by themselves and some users don't. For those who write resolvers will want resolver types, otherwise, they'll type signatures of resolver functions by themselves.
Mercifully there's a plugin.
How
According to the value of
schema
in.graphql-let.yml
, graphql-let will generate schema types by default. But I'm not sure the way fits all developer use-cases. For a while, I'll publish it as an experimental feature.graphql-let
Command feat: Resolver Types #51The text was updated successfully, but these errors were encountered: