prisma-korea / graphql-schema-generator

Generate GraphQL Schema from Prisma schema.
MIT License
32 stars 12 forks source link

Initial support for enum #8

Closed yujonglee closed 2 years ago

yujonglee commented 2 years ago

There's nothing hard for this. Prisma Enum is same as converted SDL's enum.

I replaced formatModel with formatDefinition for general use along the way.