graphqurl icon indicating copy to clipboard operation
graphqurl copied to clipboard

Support subscriptions in browsers

Open wawhal opened this issue 7 years ago • 4 comments

graphqurl currently uses ws which cannot be used in a browser.

wawhal avatar Aug 01 '18 12:08 wawhal

We should do this ASAP. While building apps in React, the structuring of React components is highly opinionated if you are using Apollo client. You are forced to use it in a particular way.

Graphqurl can be really useful if you want to simply make GraphQL queries and handle the data yourself.

wawhal avatar Sep 03 '18 09:09 wawhal

I thought we had already done this. Let’s plan to do it if not. Can you add it to the open-source-community project as a candidate?

On Mon, 3 Sep 2018 at 2:37 PM, Rishichandra Wawhal [email protected] wrote:

We should do this ASAP. While building apps in React, the structuring of React components is highly opinionated if you are using Apollo client. You are forced to use it in a particular way.

Graphqurl can be really useful if you want to simply make GraphQL queries and handle the data yourself.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hasura/graphqurl/issues/8#issuecomment-418051303, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIAWMb3tjn6l7iDjfZT0m69WYAYq_Kuks5uXPFpgaJpZM4VqcHw .

coco98 avatar Sep 03 '18 09:09 coco98

Hey! I would like to take this up.

Dhruvi16 avatar Oct 06 '20 11:10 Dhruvi16

I was happy with a single package being able to do queries and with subscription support.

But I think this issue remains open. I didn't see browser support in the documentation.

YuriFontella avatar Jun 13 '21 05:06 YuriFontella