Last 12 weeks · 0 commits
2 of 6 standards met
Repository: benawad/apollo-mocked-provider. Description: Automatically mock GraphQL data with a mocked ApolloProvider Stars: 91, Forks: 25. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Topics: apollo, apollographql, graphql, react-apollo. Latest release: v5.1.0 (4y ago). Open PRs: 23, open issues: 7. Last activity: 3y ago. Community health: 42%. Top contributors: benawad, sarfata, dependabot[bot], NickTomlin, sliptype, lorensr, BboyStatix, netweng.
TypeScript
Closes #10 What does this PR do? Allows for the specification of global resolvers that can be used throughout all tests. Makes use of the mergeResolvers function provided by GraphQL Tools.