luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

[feature request] Show request type for GraphQL #90

Open mittalyashu opened 3 years ago

mittalyashu commented 3 years ago

Just like we see the method in REST API

CleanShot 2020-10-28 at 17 33 36@2x

It would be helpful to see something similar for GraphQL like query, mutation, subscription.

mjohnson12 commented 3 years ago

Does Paw even support subscriptions?

mittalyashu commented 3 years ago

@mjohnson12 I haven't tried using Subscription in Paw, since its a part of GraphQL spec, it must be natively supported inside the app too.

mjohnson12 commented 3 years ago

I don't think so since subscriptions uses Websockets.