dan-kwiat
dan-kwiat
Thanks for your work on this project @jeremydaly it's really useful :) I just ran into a bug with throwing an error inside a transaction query, running on aws lambda....
Also don't bother to stringify buffer since `constructEvent` accepts type `string | Buffer`
## Issue Default argument values defined in GraphQL Schema Language are not respected (when using the processArguments option). ## Example Schema: ```graphql type Bucket { id: ID, count: Int, }...