sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

`relay.js` missing from last beta release #30

Closed zth closed 3 years ago

zth commented 3 years ago

Hi! Eager to try the new beta with Relay helpers! 😄 However, it seems like the actual relay.js file isn't in the shipped package, but only the type definition is.

image

sikanhe commented 3 years ago

ahh will fix 😅

danwetherald commented 3 years ago

Assuming this is causing these errors?

const relay = gqtx_1.createRelayHelpers(t);
                     ^
TypeError: gqtx_1.createRelayHelpers is not a function
n1ru4l commented 3 years ago

should be fixed on master

MikeAliG commented 3 years ago

Hello, I'm running on v0.8.0-beta.0 and relay.js file doesn't exist in the module folder. Is this expected? Because it's breaking the build.

n1ru4l commented 3 years ago

Th beta does not include these changes, try the canary tag on npm

MikeAliG commented 3 years ago

Awesome! Fixed. Thanks.