Jérémy Fauvel
Jérémy Fauvel
Any news on this subject? Since the last versions of NodeJS use Undici to implement the built-in Fetch API, it could be great to have this support =)
Hi @trevor-scheer 👋 We used `@apollo/federation` before. We made the migration to `@apollo/subgraph` this noon. But with both packages, we have this typing error.
Wrong link indeed, sorry for the confusion (I fixed it). You can replace your `products.ts` file by https://github.com/Grmiade/gateway-typescript/blob/main/src/products.ts ```typescript import { ApolloServer, gql } from "apollo-server"; import { buildSubgraphSchema }...
Thanks @trevor-scheer 👍 Yeah, we use the `any` workaround since a few months now, we never took the time to create an issue here.
@kesava @potench Any news about this PR? Will `script` tags be support onLoad too?
+1 I use `django-s3-storage` and the `S3Storage` object don't have a `location` attribute. https://github.com/etianen/django-s3-storage/blob/master/django_s3_storage/storage.py#L28