react-apollo-form
react-apollo-form copied to clipboard
Build React forms based on GraphQL APIs.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [apollo-cache-inmemory](https://redirect.github.com/apollographql/apollo-client) | [`1.2.2` -> `1.6.6`](https://renovatebot.com/diffs/npm/apollo-cache-inmemory/1.2.2/1.6.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Hi, I am wondering how do I create such a form like in this link: https://codesandbox.io/s/kx8qv67nk5?file=/index.js:943-955 I have a list of names and users can add unlimited names to the...
…h generating ENUM types.
Hi, I think this library could be very useful. Thank you! Have you encountered a use case to `support react i18n`? Is there an implementation available as I think this...
I have setup everything according to documentation.but while running script 'npm run react-apollo-form' getting this error.  can you please help me regarding this.
The `FormContext` is explicitly set within `FormRenderer` without allowing for the component consumer to set/override any values. This makes it very difficult to base on field off of another, such...
When I generate a form with a schema field, your current version generates a json schema field with no type, and the form was missing the field. When I rebuilt...
Trying to debug a couple things. First: When I provide data it doesn't seem to fill out the form unless I go into react-apollo-form node_modules and compile the typescript manually...
use props instead of state on mount, to properly initialize conditional fields https://github.com/wittydeveloper/react-apollo-form/pull/39#issuecomment-494423942
Great library! Thanks, should save me tons of work :) I just can not figure out how to access the result of the mutation after a successful submit. Do I...