prisma-korea / graphql-schema-generator

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

Add minimal type conversion #1

Closed yujonglee closed 2 years ago

yujonglee commented 2 years ago

We need type conversion from PSL to SDL.

So now, typeConverter is added for this. It calls other converters such as scalarConverter based on DMMF.Field.kind.

We have minimal rules here. Rest will be gradually added.