Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue Formulate and Graphql #560

Open
bastianhilton opened this issue Aug 30, 2022 · 2 comments
Open

Vue Formulate and Graphql #560

bastianhilton opened this issue Aug 30, 2022 · 2 comments
Labels
feature request New feature or request

Comments

@bastianhilton
Copy link

bastianhilton commented Aug 30, 2022

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.

`



<script> import findManyAgreements from '~/graphql/queries/sales/agreements' export default { data () { return { findManyAgreements: [] } }, apollo: { findManyAgreements: { prefetch: true, query: findManyAgreements } }, head: { title: 'Sample Page' } } </script>

`

@bastianhilton bastianhilton added the feature request New feature or request label Aug 30, 2022
@justin-schroeder
Copy link
Member

Are you still using Vue 2?

@bastianhilton
Copy link
Author

yes I am, its Vue 2 and Nuxt 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants