jcward / haxe-graphql

Utilities for working with Haxe and GraphQL.
MIT License
23 stars 6 forks source link

Subscriptions #41

Open axelhuizinga opened 4 years ago

axelhuizinga commented 4 years ago

How can I use subscriptions with this lib?

jcward commented 4 years ago

Hello. Hmm, I'd have to look into subscriptions, I haven't been close to this library for a while. In general, this library is currently only for generating type definitions. But if a subscription is an operation similar to a query or mutation, it should be able to generate type definitions to describe it.