Skip to content

September 28, 2023

Choose a tag to compare

@theguild-bot theguild-bot released this 28 Sep 19:40
· 814 commits to main since this release
6d623c4

@envelop/graphql-jit@6.0.5

Patch Changes

  • #1964
    6f55fe9a
    Thanks @ardatan! - Provide a custom JSON serializer in stringify
    property so you can use it in your server implementation like;

    const result = await enveloped.execute(...);
    const resultInStr = result.stringify(result);