apollographql / persistgraphql

A build tool for GraphQL projects.
MIT License
425 stars 57 forks source link

Must provide a query error when use with graphql-subscription #49

Open veeramarni opened 7 years ago

veeramarni commented 7 years ago

When using with subscription if fails with the following error.

"Error: Must provide a query.
    at SubscriptionClient.vendor../node_modules/subscriptions-transport-ws/dist/client.js.SubscriptionClient.checkOperationOptions 

image

May be related to https://github.com/apollographql/persistgraphql/issues/33