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
I keep getting the above error when trying to bundle my ts code with webpack. Any solutions to this?