prismake / typegql

Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
423 stars 21 forks source link

Custom scalars #41

Closed alamothe closed 6 years ago

alamothe commented 6 years ago

Does it support custom scalars?

pie6k commented 6 years ago

Yes. You can use any graphql scalar as 'type' option of fields.

alamothe commented 6 years ago

Will try, thanks!