Stephano Som
Stephano Som
Great! Thank you @davimacedo !
For those interested in a workaround while waiting for the GraphQL subscription, here is some code to refresh data on the page using useQuery from @apollo/react-hooks and the option pollInterval:...
Having EventKindEnum is very interesting for us to be able to have multiple subscriptions with one or multiple event kind. I should also be able to serve you as a...
Following the current implementation of GraphQL getting multiple objects (https://docs.parseplatform.org/graphql/guide/#where), I presume the usage example from @Moumouls should be something like this? (comment**s** with edges) ``` graphql # Usage example...
Following my example of react-hooks query with pollInterval, I would have hoped to only replace the word "useQuery" for "useSubscription" + remove pollInterval, and my page would refresh automatically with...
Great! Thank you @Moumouls for your explanation. I can't wait to test the functionality on update event!
Hi, here is how you could fix your issue: 1. copy docker/dev/Dockerfile to root of repo (the hasura-backend-plus folder) 1. edit this new copied Dockerfile and change line `COPY ../../...
For those interested, my commit works as I described: https://github.com/mstephano/hasura-backend-plus/commit/5ea8eab6518caf95876b67548a160312000a0a69
For information, I forgot to mention that I am using the create-react-app typescript example as web app: https://github.com/nhost/nhost-react-typescript-example-app Note: I know the project as been archived but I needed an...
Any news on the fix for DateTime please? I really like this library, so much easier to learn and use than the other one.