J Gutierrez

Results 1 issues of J Gutierrez

Currently, resolver functions have a format of: ```typescript const myResolver = (parent: any, data: any, ctx: any, info: any) => { ... } ``` According to the [Deno Style Guide](https://deno.land/manual/contributing/style_guide#exported-functions-max-2-args-put-the-rest-into-an-options-object)...