ember-cli-mirage-graphql
ember-cli-mirage-graphql copied to clipboard
A library for mocking GraphQL with Ember CLI Mirage
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
I'm using the currently released `ember-cli-mirage-graphql` version, `0.1.1`. [This video guide](https://www.youtube.com/watch?v=YxRvXgDIHW8) about `ember-cli-mirage-graphql` uses Mirage [factories](https://www.ember-cli-mirage.com/docs/data-layer/factories), and so does this repo's dummy app. Mirage also provides the concepts of [models](https://www.ember-cli-mirage.com/docs/data-layer/models)...
It seems like this library currently interfaces directly with Mirage’s [DB layer], rather than the [ORM layer]. This causes some compatibility problems for projects that use the ORM layer, particularly...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
The issue is that gql is on one endpoint, and if mirage is handling that endpoint how do you do a "passthrough" of select requests to that endpoint. Maybe if...
From `ember-apollo-client`: ``` DEPRECATION: [ember-apollo-client] Deprecation: The configuration option keepGraphqlFileExtension was not defined. The current default is 'false', but it will change to 'true' after the next major release. This...
I have the idea to separate this addon into multiple libraries by its logical parts. Those being: * The ability to automatically resolve types from a given schema. * Knowing...
Currently, you can only write Queries that accept `string` arguments. You can however write Mutations that accept `string` or `object` arguments. So it seems natural to assume that Queries would...
Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...