Forms
To use GraphQL Zeus with forms you should make use of its generated Value Types. When submitting a form using a mutation it is much easier and type-safe to do it using ValueTypes
.
Here's an example schema:
You can use ValueTypes['CreateUser']
as params for submit form function
Last updated