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
Is it at all possible to add a configuration to customise the output file names without impacting the generated types, etc. themselves? I'd like to be able to make the file names for the resolvers be in kebab-case, so for example:
Instead of resolvers/MyType.ts, resolvers/my-type.ts.
Instead of resolvers/Query, resolvers/query.
Instead of resolvers/Query/myQuery, resolvers/query/my-query.
Is this possible?
The text was updated successfully, but these errors were encountered:
Is it at all possible to add a configuration to customise the output file names without impacting the generated types, etc. themselves? I'd like to be able to make the file names for the resolvers be in kebab-case, so for example:
Instead of resolvers/MyType.ts, resolvers/my-type.ts.
Instead of resolvers/Query, resolvers/query.
Instead of resolvers/Query/myQuery, resolvers/query/my-query.
Is this possible?
The text was updated successfully, but these errors were encountered: