graphitation
graphitation copied to clipboard
GraphQL tooling & runtime support needed for MS Teams and beyond
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. Release notes Sourced from http-proxy-middleware's releases. v2.0.7 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 v2.0.7-beta.1 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1 v2.0.7-beta.0 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0 Changelog Sourced from http-proxy-middleware's changelog. v2.0.7...
RelayPayloadMockGenerator doesn't produce a correct output for nested lists. This is a regression for `graphql-js-operation-payload-generator` package compared to v0.8.5. ## How to reproduce 1. Add a nested list type to...
Repro with instructions and comparison with the relay mock payload generator: https://github.com/ling1726/graphitation-payload-generator-repro When abstract types are used with the payload generator for `@graphitation/graphql-js-operation-payload-generator` - they are ignored in favour of...
This PR completely refactors the ForestRun benchmark system to provide accurate cache operation performance measurements by eliminating all measurement overhead and implementing direct timing. ## Key Issues Fixed ### Removed...
Builds are failing randomly due to flaky tests in Apollo compatibility test suite. We should collect a complete list of flaky tests here and fix them eventually. **@graphitation/apollo-forest-run test** -...
Newly accept optional parameter ``` { baseContextTypePath: "@package/default-context", baseContextTypeName: "DefaultContextType", contextTypes: { managers: { user: { importNamespaceName: "UserStateMachineType", importPath: "@package/user-state-machine", typeName: 'UserStateMachineType["user"]', }, optionalWhatever: { importPath: "@package/whatever-state-machine", typeName: "optionalWhatever", optional:...