helios1138 / graphql-typed-client

A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)
MIT License
212 stars 18 forks source link

'Observable' refers to a value, but is being used as a type here. #24

Closed travis-r6s closed 2 years ago

travis-r6s commented 4 years ago

I keep getting the above error when trying to bundle my ts code with webpack. Any solutions to this?