Leonardo Alves

Results 7 comments of Leonardo Alves

I was able to make this work with the skip option. ``` export default compose( withData, graphql(getCurrentView, { name: 'currentView', skip: typeof window === 'undefined' }) )(Categoria) ```

Hi @dav-is, I agree with you that the server has everything it needs and should run @client queries/mutations. I was just posting a different solution since @f2net solved it by...

@hollandThomas I won't be much help here since I never used the Query Component. But I guess you can always skip before you render the component. ``` jsx { typeof...

@wwwdepot The server optimizes the subscriptions. With pooling that is not possible

related to https://github.com/hasura/graphql-engine/issues/2137

@ElixirMike, Maybe this is what you are looking for: https://docs.hasura.io/1.0/graphql/manual/guides/auditing-tables.html

@jpetitcolas, Hasura Auth Webhook in POST request mode will send the headers in the body of the request. https://docs.hasura.io/1.0/graphql/manual/auth/authentication/webhook.html#post-request