ndifon

Results 12 comments of ndifon

> No worries. > > I actually ended up writing a custom mutation for the order progress actions I need, not least so that I can add a customer-facing order...

Here's a lil work around it. Create a plugin ```js // plugin/auth-graphql.ts export default function ({ $graphql, app }: any) { if (app.$auth) $graphql.setHeader('authorization', app.$auth.strategy.token.get()); } ``` Then include this...

> @yondifon it's not working when token is changing - for example after login, header doesn't added for the next requests - you need to refresh the page. @Chernavskikh How...

> Yes you're right. So, we have to define what kind of types it should handle (so far I think ObjectTypes, Inputs and Enums). So something like this should work:...

> @yondifon I think your approach should in fact work, but it has some problems. > > `NodeList::merge()` does not eliminate duplicates. Use `ASTHelper::mergeUniqueNodeLists()` instead. I would like to see...

> Looks much better, definitely on the right track. > > > I think we've resolved all the comments. > > There are still 3 open comments which are not...

> > They are outdated > > No. I have looked at them. They are still relevant. Please address them. Hey @spawnia. Just committed this (https://github.com/nuwave/lighthouse/pull/1895/commits/952a3706523b8af1068af9bec9e3655dd42f0037). Check this out. But...

> I believe this issue has to be clearly stated somewhere in the docs and let people decide whether to use the library or not. Its a serious issue and...