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

i cant get the request when i created something #776

Open
chiporgar7 opened this issue Apr 20, 2022 · 0 comments
Open

i cant get the request when i created something #776

chiporgar7 opened this issue Apr 20, 2022 · 0 comments

Comments

@chiporgar7
Copy link

Describe the bug

A clear and concise description of what the bug is.

Steps to reproduce the bug

  1. Define models [ I have my model called Offer ]
  2. Create data [ The offer is created correctly, and just when I want to see the response of the REQUEST. given length error. that error is from the plugin, because my backend is correct as I have done tests with Postman, and it always happens with the plugin ]

`` / respuesta = await Offer.mutate({ name: 'createOffer', args: { ...draft } })`

    respuesta = await Offer.dispatch('mutate',{name:'createOffer',args:{...draft}})

    console.log(respuesta)`

Expected behaviour

A clear and concise description of what you expected to happen.

Versions

@vuex-orm/plugin-graphql": "^1.0.0-rc.42"
@vuex-orm/core": "^0.36.4"

Link to minimal reproduction

If applicable, add a minimal demo link to help explain your problem. Some options for that are CodePen, CodeSandbox, JS Bin or JSFiddle.

Additional context

Captura de Pantalla 2022-04-20 a la(s) 10 43 18

Add any other context about the bug here.

Captura de Pantalla 2022-04-20 a la(s) 10 43 06

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

No branches or pull requests

1 participant