Jeffrey Horn
Jeffrey Horn
@frederikhors I'm not sure what you mean. The docs in the https://gqlgen.com/getting-started are incorrect, specifically the https://gqlgen.com/getting-started/#dont-eagerly-fetch-the-user. If you compare code snippets to the code in the completed tutorial here...
@StevenACoffman it does not. The PR does not address the issue properly nor does it address all of the issues. Adding the resolver section to the gqlgen config is not...
@frederikhors @StevenACoffman After the user finishes the the tutorial their code should look exactly like the code in the link referenced in the tutorial itself. Found here https://github.com/99designs/gqlgen/blob/master/docs/content/getting-started.md?plain=1#L15 @frederikhors I...
Is there any way that I can help to get this merged? I need this!!
react-router throws an error if `@preact/signals-react` is imported to the same project. This is because the preact lib wraps components in a `Proxy`. When react-router calls this code https://github.com/remix-run/react-router/blob/main/packages/react-router/lib/components.tsx#L572 it...