graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Third party package for gin-gonic handler with file upload support #607

Open asif-mahmud opened 3 years ago

asif-mahmud commented 3 years ago

Hi, i have written a little package to provide gin handler from graphql schema with multipart request support. Here's the repo link - https://github.com/asif-mahmud/graphqlgin. Here go pkg link - https://pkg.go.dev/github.com/asif-mahmud/graphqlgin. Please add it to third-party libraries table so other can easily find it.

kamalkech commented 1 year ago

what about without gin ??