0no-co / gql.tada

🪄 Magical GraphQL query engine for TypeScript
https://gql-tada.0no.co
MIT License
2.52k stars 41 forks source link

Doesn't work with subscriptions #171

Closed clayrisser closed 5 months ago

clayrisser commented 5 months ago

Describe the bug

I was able to set this up and get it to work for queries, but it doesn't work for subscriptions.

2024-04-04-152401_screenshot 2024-04-04-152414_screenshot

Reproduction

Use a subscription with gql.tada

gql.tada version

gql.tada: 1.4.2

Validations

clayrisser commented 5 months ago

You can see I have a subscription in my schema, but it isn't created in the type definitions file.

2024-04-04-152709_screenshot 2024-04-04-152718_screenshot