tartiflette-aiohttp v0.8.1 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • [0.8.1] - 2019-06-19

    🛠 Fixed

    It was impossible to execute subscription with this piece of code.

    def run(): app = web.Application() engine: Engine = create\_engine( ... ) web.run\_app( register\_graphql\_handlers( app=app, engine=engine, subscription\_ws\_endpoint="/ws", ) )