jaydenseric / graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).
993 stars 54 forks source link

Version 3 #72

Open dylanowen opened 3 months ago

dylanowen commented 3 months ago

This resolves #55 and provides backwards compatible paths forward for both clients and servers.

I moved everything over to spec-md following the patterns https://github.com/graphql/graphql-over-http is using.

You can find a rendered view here: https://workday.github.io/graphql-multipart-request-spec/graphql-multipart-request-v3.html or if reviewing locally npm run dev will start a local server where you can see the rendered v2 as well.