Open gigerbytes opened 4 years ago
Getting the same issue, I had to set my app to type any
for the time being until the proper typings get added 😞
const app: any = Stitch.hasAppClient(APP_ID)
? Stitch.getAppClient(APP_ID)
: Stitch.initializeAppClient(APP_ID);
Getting the following error by following the GraphQL tutorial, with typescript.
https://docs.mongodb.com/stitch/graphql/connect-from-a-client-application/
I think this is related to #380