graphql-crystal / graphql

GraphQL server library for Crystal
https://graphql-crystal.github.io/graphql/index.html
MIT License
134 stars 13 forks source link

allow passing an io to Schema#execute #14

Closed repomaa closed 3 years ago

repomaa commented 3 years ago

this enables rendering very large responses directly to a socket without allocating a lot of memory

jgillich commented 3 years ago

lgtm, thanks