wearebraid / vue-formulate

⚡️ The easiest way to build forms with Vue.
https://vueformulate.com
MIT License
2.25k stars 245 forks source link

Vue Formulate and Graphql #560

Open bastianhilton opened 2 years ago

bastianhilton commented 2 years ago

Describe the new feature you'd like

A clear and concise description of what feature you would like to include. If it includes a change or addition to the API, please include an example of what API you would enjoy using.

Good morning, i'm interested in using Vue Formulate and Graphql. My current setup is Nuxtjs, Prisma, Typegraphql, and Graphql-yoga. My graphql server works already with the above mentioned features for queries and mutations.

However, I would love to know if anyone has successfully added Vue Formulate form generation to the mix with graphql.

This is my code, but it doesn't work, no errors for the form in the console and the plugin is loaded in nuxt properly. Plus with static json it works like in the documentation.

`

`

justin-schroeder commented 2 years ago

Are you still using Vue 2?

bastianhilton commented 2 years ago

yes I am, its Vue 2 and Nuxt 2