is it possible to generate typescript types from a...
# orm-help
k
is it possible to generate typescript types from a
schema.graphql
(not prisma
datamodel.graphql
) with resolved `import`s? _edit_: For anyone interested:
gql2ts
seems to do the trick (without the import stuff)