-
https://www.apollographql.com/docs/graphql-tools/mocking.html provides a great baseline for mocking in GraphQL projects. The ability to mix and match mocks and real implementations though could use g…
-
Hi,
I'm using FakeQL to test some vue components, to have nice values, I use some resolvers to simulate true values.
Also, the project is big and graphQL has 2 schemas, I setup graphQL tools to us…
-
Pretty much the question above, there's a very similar SO issue with no known solution
'm creating my `mocks.ts` file with the current plugin config
```ts
{
plugins: [
{
add: { con…
-
## Description
As a developer / user of Alkemio I would like to be able to interact directly with the api effectively
## Acceptance criteria
- [ ] Investigate alternatives to grapql playground whic…
-
## Updated Description
Updated 05/02/2024 by @Jordan-Nelson
Amplify Flutter does not support `amplify mock api`. This issue will be used to track interest in this feature request.
## Origina…
afnx updated
5 months ago
-
When using useMutation and mocking this via graphQL mock to fail (`.fail('...')`), the result is an error is thrown. But when a graphQL error normally occurs with useMutation no error is thrown, the e…
-
**Is your feature request related to a problem? Please describe.**
Mocking graphql queries is annoying, and we use specific solution.
**Describe the solution you'd like**
Use the same lib for all…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
Phok7 updated
4 months ago
-
### Details
- Read through all code comments, documentation, type system, and all code that implement these utility functions to generate test cases.
- Write a test for every logical branch, return …
-
# Step 1/4 - The mutation setup
### Estimated time: 1 hour
On this track, you're going to develop a mutation to create users on database. Let's start with baby steps, by creating the mutation prototy…