You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's some manual effort needed to get this library working with shadow-cljs. Worth considering incorporating some of this into the codebase:
Writing it down so that I don't forget and that me or someone else could use it as basis for changes.
Missing nodejs dependencies & externs
The following currently have to be added to package.json
Currently there's some manual effort needed to get this library working with shadow-cljs. Worth considering incorporating some of this into the codebase:
Writing it down so that I don't forget and that me or someone else could use it as basis for changes.
Missing nodejs dependencies & externs
The following currently have to be added to
package.json
And three files have to be created (and incorporated into the build) to make the objects these libraries expose, available:
src/cljsjs/apollo_fetch.cljs
:src/cljsjs/dataloader.cljs
src/cljsjs/graphql.cljs
The text was updated successfully, but these errors were encountered: