react-apollo-form icon indicating copy to clipboard operation
react-apollo-form copied to clipboard

Build React forms based on GraphQL APIs.

Results 33 react-apollo-form issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/apollo-cache-inmemory/1.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/apollo-cache-inmemory/1.6.6?slim=true)](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...

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. ![image](https://user-images.githubusercontent.com/6939941/80767694-244a5e00-8b66-11ea-98e3-e8a791566eb5.png) 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...

enhancement