项目作者: lucassabreu

项目描述 :
A implementation of the graphql multipart request spec for github.com/graphql-go/graphql
高级语言: Go
项目地址: git://github.com/lucassabreu/graphql-multipart-middleware.git
创建时间: 2018-06-14T00:57:02Z
项目社区:https://github.com/lucassabreu/graphql-multipart-middleware

开源协议:MIT License

下载


GraphQL Multipart Middleware


Codacy Badge
FOSSA Status
Build Status
Coverage Status
FOSSA Status

This packages provide a implementation of the graphql multipart request spec created by @jaydenseric to provide support for handling file uploads in a GraphQL server, click here to see the spec.

Using the methods graphqlmultipart.NewHandler or graphqlmultipart.NewMiddlewareWrapper you will be abble to wrap your GraphQL handler and so every request made with the Content-Type: multipart/form-data will be handled by this package (using a provided GraphQL schema), and other Content-Types will be directed to your handler.

The package also provide a scalar for the uploaded content called graphqlmultipart.Upload, when used it will populate your InputObjects or arguments with a *multipart.FileHeader for the uploaded file that can be used inside your queries/mutations.

License

FOSSA Status