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
@tx0c Did you ever find another project or script of your own that could do this? It'd be very valuable to be able to generate a .ts file with concrete enums.
GraphQL allows enum with allow values in resolvers
https://www.apollographql.com/docs/apollo-server/schema/schema/#internal-values-advanced
but this is generating always the enum's literal string value, is there anyway can support given values?
https://blog.logrocket.com/what-you-need-to-know-about-graphql-enums/
to make GraphQL
to generate TypeScript
The text was updated successfully, but these errors were encountered: