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
This solution doesn't cover all use cases and lacks some features available in enumType but overall has been working out ok for me thus far. Figured I'd drop it here incase others come across this looking for a quick hacky fix.
Perceived Problem
It is currently not possible to project enums from Prisma schema into the the GraphQL API.
Example:
Ideas / Proposed Solution(s)
Generate representations of Prisma Schema enums.
It might also be handy to have access to some of the individual pieces of data.
Similarly it might be handy to have access to the types:
The text was updated successfully, but these errors were encountered: