ent
ent copied to clipboard
graphql subscription support
or way to override subscription
in GraphQLSchema
subscriptions can be handled in so many different ways that ent gives up on it and doesn't try to do it. any subscription support has to be manually handled for now. over time, if there's a bunch of different ways that makes sense, i'll build the graphql wrappers into ent and leave the actual sockets|sse|etc implementation to the developer
right now, we let it be codegenned into the schema and don't do more than that