-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hey, i am trying this package out. I got queries and mutations to work, but i have some trouble with subscriptions. Here is the code i am using to test:
client.graphql .runSubscription(
subscription { prefixChanged {
id
prefix
}}
).subscribe({ next: (res) => console.log(res.data), error: (error) => console.error(error), complete: () => console.log("done"), });
ruge0326
Metadata
Metadata
Assignees
Labels
No labels