We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn add react-apollo-form
npm i react-apollo-form
then, add to your package.json scripts section:
package.json
scripts
"react-apollo-form": "react-apollo-form fetch-mutations <graphqlEndpoint> <outpurDir>"
graphqlEndpoint
"http://localhost:3000/graphql"
outpurDir
"./src/core/forms"