Closed ecthiender closed 4 years ago
Support GraphQLClient to be used with a context manage a.k.a with statement.
GraphQLClient
with
E.g -
with GraphQLClient('ws://localhost:8080/graphql') as client: sub_id = client.subscribe(..) ... client.stop_subscribe(sub_id)
Support
GraphQLClient
to be used with a context manage a.k.awith
statement.E.g -