You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
When using the <Form /> component, there should be typesafety letting the user know they don't have an <input /> that aligns with their mutation's input.
I'd expect the same typesafety if programmatically calling the mutation like so:
# Problem
When submitting this mutation, an
Unhandled Runtime Error
is thrown.next-fetch
should let us know there’s not an input withname="content"
Solution Description
When using the
<Form />
component, there should be typesafety letting the user know they don't have an<input />
that aligns with their mutation's input.I'd expect the same typesafety if programmatically calling the mutation like so:
The text was updated successfully, but these errors were encountered: