-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📑 documentation request: file uploads with schema stitching #4164
Comments
Is there any progress with documentation updates about this topic how to upload a file when from schema stitching gateway ? |
Apollo afaik supports graphql-tools v4 only. Later versions are maintained separately, with documentation unfortunately in some respects lagging functionality. See a working example here: https://github.com/ardatan/graphql-tools/blob/master/packages/links/tests/upload.test.ts Consider opening a pull request to help fill out discussion if you have time. Note also that it may not be so advisable to simple proxy files to the subschema. You may wish to instead upload files to storage directly from gateway and send links to those endpoints to the downstream services. |
Integration with a fork of an old version of We maintained some examples of how to use |
This page on file uploads, which corresponds to this file, indicates that file uploads don't work with schema stitching. However, the linked issue was resolved in version 5 of graphql-tools.
Can the documentation be updated to (a) confirm that graphql file uploads are working and (b) show the correct procedure to get file uploads to work with schema stitching? Thanks!
The text was updated successfully, but these errors were encountered: