graphql-paper

A flexible in-memory store based on a GraphQL Schema

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
graphql-paper
54170.3.0a year ago3 years agoMinified + gzip package size for graphql-paper in KB

Readme

graphql-paper
GraphQL Paper provides a stateful way of storing data in an in-memory store based on a GraphQL Schema. For a complete end-to-end mocking experience use GraphQL Paper with GraphQL Mocks.
Features:
  • Built and based on GraphQL
  • Works in the Browser and Node JS
  • Works without graphql-mocks with support for the official default GraphQL resolvers
  • Support and integration with graphql-mocks
  • Written in TypeScript
  • Support for relationships and connections between types
  • Immutable
  • Accessible via native js APIs
  • Hooks
  • Events
  • Transaction Operations
  • Validations

See the documentation for more information.
Using GraphQL Paper with GraphQL Mocks Introducing GraphQL Paper Querying Data Mutating Data Operations Events Hooks Validations http://www.graphql-mocks.com/docs/paper/technical-notes Generating Data with Factories Using GraphQL Paper with GraphQL Managing IDs