2.0.0 • Published 6 months ago

@arbendium/graphql-middleware v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

An Express middleware for GraphQL. Based on the original express-graphql but heavily simplified and up-to-date. Together with GraphiQL with modern websocket support.

API

graphqlMiddleware({ schema, execute })

Arguments

  • schema - a GraphQL schema.
  • execute - a GraphQL execute function; this is mostly like an application-specific wrapper around GraphQL's own execute function.

For more information about these arguments and GraphQL overall, see graphql-js library.

2.0.0

6 months ago

1.0.2

7 months ago