-
### What's not working?
See https://github.com/redwoodjs/redwood/issues/5802
If an error is raised as part of a mutation that is not a GraphQL or Network error returned by the graphql-server as p…
-
While the full login service is developed, I would appreciate it if we could have a basic auth setup for Villus based on default creds. Run the below function and then set context in Villus. Although …
-
-
Can you add an example with @tanstack/react-query?
Include useQuery and useMutation hooks
-
Dan asked me to open up an issue: https://twitter.com/dan_abramov/status/1246883821477339139
My proposal is to extend React with a small hook that allows us to mutate nodes without causing render. …
-
**Intended outcome:**
Given a simple component:
```typescript
export const SimpleModal = (props: SimpleModalProps) => {
const { selection, onSuccess, open, onClose, onError } = props;
con…
-
## The Problem
The return type for the server is different from the relay error type so i created the interface and a helper to handle errors and i got the error bellow i think a good solution would …
-
We are seeing some strange behavior around caching in our application.
So we have a series of objects referred t to as fields that have a similar shape, but different types, all have keys
owne…
-
**Describe the bug**
Project fails to build with this error:
![image](https://user-images.githubusercontent.com/6721822/84112985-4fc14200-aa5c-11ea-9858-99079a1e716c.png)
**To Reproduce**
1. C…
-
Hi There,
Upgrading to v8 is producing an error as follows
Error
You must register a useMutation hook via the `GraphQLHooksProvider`
@fs//node_modules/@redwoodjs/web/dist/cjs/components/GraphQ…