-
We need to add unit tests for the `Balance` query to ensure it works as expected for different `currencyTicker` values and properly handles missing inputs.
---
### Create `BalanceQueryTest.cs` with …
-
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to c…
-
Any chance to get GraphQL mocking alongside REST API mocking?
-
### Describe the bug
I am encountering an issue where MSW is unable to intercept GraphQL queries when using `vi.mock` from Vitest in my test setup.
Regardless of which module is being mocked usin…
-
### Is your feature request related to a problem? Please describe.
Hey
I'm in need of a CLI or similar to extract all queries from a client app. The intended use is for mocking, testing and perha…
-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …
-
I just added the plugin like so: `plugins: [ 'typescript-mock-data' ]` and got this error when running `graphql-codegen`:
```
✔ Parse Configuration
⚠ Generate outputs
✔ Generate to ./src/@gene…
sregg updated
1 month ago
-
### Summary
Update the `analytics.integrations.github` sub-package to call the GitHub GraphQL API directly from python instead of using the `gh` CLI as an intermediary.
### Motivation
- The `gh` CL…
-
Hi, I want to implement a feature like [graphql-faker](https://github.com/APIs-guru/graphql-faker), so that our devloper can mock API response more easier. any advice would be appreciated.
```
t…
-
It would be great if the starter can support mock for graphql like here - https://mswjs.io/docs/network-behavior/graphql