dangcuuson / graphql-schema-typescript

Generate TypeScript from GraphQL's schema type definitions
190 stars 36 forks source link

add support for async __resolveType resolvers #52

Closed alecdwm closed 3 years ago

alecdwm commented 3 years ago

Supported in graphql-js since https://github.com/graphql/graphql-js/pull/631

More context available at: https://github.com/graphql/graphql-js/issues/398