# `graphql-mocks`

The core package for `graphql-mocks` includes core primitives used for mocking a GraphQL API, including:
* GraphQL Handler
* Resolver Map Middlewares
* Resolver Wrappers
* Highlight

---

* [GraphQL Mocks](http://www.graphql-mocks.com)
* [API Documentation](http://www.graphql-mocks.com/api/graphql-mocks/)
* References
  * [Introducing the GraphQL Handler](http://www.graphql-mocks.com/docs/handler/introducing-handler)
  * [Using Resolvers](http://www.graphql-mocks.com/docs/resolver/using-resolvers)
  * [Introducing Resolver Wrappers](http://www.graphql-mocks.com/docs/resolver/introducing-wrappers)
  * [Using Resolver Maps](http://www.graphql-mocks.com/docs/resolver-map/using-resolver-maps)
  * [Introducing Resolver Map Middlewares](http://www.graphql-mocks.com/docs/resolver-map/introducing-middlewares)
  * [Introducing Highlight](http://www.graphql-mocks.com/docs/highlight/introducing-highlight)
