maticzav / graphql-middleware

Split up your GraphQL resolvers in middleware functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: applyMiddleware should return *clean* schema ( no reference manipulation)

davidgustys opened this issue · comments

graphql-middleware is currently modifying the passed schema and returning it, rather than functionally returning new clean copy of schema.

Closing in favour of #63.