prisma-korea / graphql-schema-generator

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

Initial support for generating scalar #7

Closed yujonglee closed 2 years ago

yujonglee commented 2 years ago

This PR includes two things.

  1. Prepare ground for generating scalar.
  2. Support ByteArray and DateTime. (Bytes -> scalar ByteArray, DateTime -> scalar DateTime).