Chimezie Enyinnaya

Results 17 comments of Chimezie Enyinnaya

I will look into that once I'm chanced. In the meantime you can send PR to this effect.

Alright. Thanks for pointing that out.

@moltar still working on a PR on this? Want to know so as to avoid duplicate efforts.

Hey, I use both queries and mutation without any errors. Do you mind sharing how to reproduce this error so I can take a closer look at it?

You will have to enable CORS on the GraphQL server. Set `origin` to `true` in `config/cors.js`.

Hey, I just tried my own graphql server with a Vue app using Apollo client. Everything works fine both queries and mutations. All I had to do was enable CORS....

It should be, though I haven't tested on Adonis 3.x. Please try it out and report any issues encountered.

What exactly is the issue?

Assuming you have gotten categories as: ``` const categories = await Category.pair('id', 'name') return view.render('tickets.create', { categories: categories }) ``` Then in the view, you can do something like: ```...

Hi @karllhughes, here's the outline as requested: - Introduction - brief on what is CI/CD and what the article will cover - What we’ll be deploying - a brief look...