ent icon indicating copy to clipboard operation
ent copied to clipboard

graphql subscription support

Open lolopinto opened this issue 1 year ago • 1 comments

or way to override subscription in GraphQLSchema

lolopinto avatar Jul 17 '23 17:07 lolopinto

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

lolopinto avatar Jul 19 '23 22:07 lolopinto