graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

Websocket Support #106

Open el-davo opened 4 years ago

el-davo commented 4 years ago

Hi, Im wondering does this currently support subscriptions-transport-ws for websockets?

https://github.com/apollographql/subscriptions-transport-ws

IvanGoncharov commented 4 years ago

@el-davo Currently there are no support subscriptions at all but it's something that can be implemented in the future.

el-davo commented 4 years ago

That would be great, loving this library by the way, keep up the good work