Hey, what is best sollution to work with enums for...
# prisma-whats-new
h
Hey, what is best sollution to work with enums for fron-end? For example i have graphcool enum
MODULES
and want to use it in
*.graphql
and
*.js
files.
n
what do you need? do you mean autocompletion etc for enums?
should be possible with
get-schema
from https://github.com/graphcool/graphql-cli