mirumee/ariadne

Make base HTTP and websocket handler classes consistent

rafalp opened this issue · 0 comments

Ariadne has three base classes for ASGI app handlers:

  • GraphQLHandler
  • GraphQLHttpHandlerBase
  • GraphQLWebsocketHandler

GraphQLHttpHandlerBase stands out from those two with only one including Base in name.