jaydenseric / graphql-multipart-request-spec

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

Add angel_graphql to the server list #24

Closed thosakwe closed 4 years ago

thosakwe commented 5 years ago

angel_graphql is a Dart GraphQL server implementation I maintain. I am currently in the process of implementing this spec (working branch: https://github.com/angel-dart/graphql/tree/file-uploads).

However, there are no tests for it yet, so I am creating this as a draft pull request until I add the necessary unit tests, and battle-test it out in the wild/production.

Awesome work on this spec! Seems like everything was thought out.

jaydenseric commented 4 years ago

It's been a few months; we can reopen this PR once the implementation ships :)