-
**Describe the bug**
When `amplify mock` is running, it doesn't run lambda triggers associated to a GraphQL model, no matter the updates I do to items of that model type.
**Amplify CLI Version*…
-
Using graphql-yoga we can pass a **mocks** object into `GraphQLServer`. This is kind of painful to manage this additional mocks object...
```js
import { GraphQLServer, MockList } from 'graphql-yog…
-
**Is your feature request related to a problem? Please describe.**
In monorepos it's a common pattern to organize code across multiple internal packages.
Currently it's not possible to import a …
-
### What problem does this address?
Currently when querying a choice field, such as checkbox, select, or radio, only the value is returned.
i.e.
![CleanShot 2023-10-30 at 13 04 55](https://git…
-
**Describe the bug**
In GraphQL Mesh, faced internal crashes where API responses were crashing due `Access-Control-Allow-Origin` header being set with nil value by response server:
```
"messag…
-
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…
-
Hello Apollo Team,
we use `"@apollo/client": "3.11.8"` for making gql calls. In our tests, we mock the setup via msw. After we migrated to msw 2.x and vitest, the tests are throwing strange error mes…
-
MSW is an API mocking library similar to Wiremock but for Javascript. We're using it in our Storybook setup and the team suspects there might be productivity improvements to spreading this more genera…
-
# 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…
-
Hi! Thanks for sharing this package!
It's possible to use Types during mocking?
I'm using `graphql-codegen` to generate all the Types for my graphQL endpoint.
```typescript
export type …