Vivek Nayyar

Results 19 comments of Vivek Nayyar

@Raathigesh Have you started working on this?

Thanks for reaching out @s-pace. I will start reading on the selector format that you mentioned and will accordingly make the changes. 👍

Thank you for the kind words @newswim. Credit majorly goes to @Raathigesh for making this up and running so quick. From what I know, it was a conscious decision as...

Understood. Thank you @samdenty . I will send a PR on replicator.

Created a PR to fix the same. https://github.com/inikulin/replicator/pull/5

@IngwiePhoenix From what I understand IE11 does not support promises. So you have two options now:- 1) Use bluebird 2) Use a babel plugin to translate promises or async await...

@PeterT11 I tried setting up the same project and I was able to createDraft.

@marktani I would like to take this up. Saw the index.js file inside basic/.install and it seems the problem is because we are using async await which is not supported...

@keberox From what I have read here https://www.howtographql.com/graphql-js/6-authentication/ I think prisma token even though generates a JWT token is used to validate that a given prisma account or url belongs...

@DevanB In here since we are using apollo-link-ws, is it possible to migrate to apollo-boost, since they still do not support websocket link in apollo-boost according to this:- https://github.com/apollographql/apollo-client/issues/3117