adonis-apollo-server
adonis-apollo-server copied to clipboard
Production-ready Node.js GraphQL server for AdonisJS
this pull request merges @williampaulo commit: Add header json response also updates the version number, beyond @supertowers bump for commit #09dbccd
This package is amazing, and everywhere we go, it points to this... but we are missing some featueres, so, there's any plan to update this ?!
Hello, please, I beg you earlier the new version apollo-server-adonis
It appears that error handling is broken. The HTTP status is returned in `statusCode` attribute, rather than `status` for errors coming from GraphQL middleware. https://github.com/ammezie/adonis-apollo-server/blob/d28426c23c48e2916a5b66997a0a30ab111727c9/src/ApolloServer/index.js#L38 But, on top of that,...
Hi, I use adonis-apollo-server(^1.0.2) extension to create my own graphQL api. Query request works fine, but when I use Mutation query, I have got this request error: POST http://localhost:3333/graphql net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH...