oak-graphql
oak-graphql copied to clipboard
A simple graphql middleware for oak deno framework.
Hi! Very nice module so far :) I was wondering while trying to optimize my resolvers if there is a way to get the requested fields inside the resolver for...
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)...
Here: https://github.com/aaronwlee/oak-graphql/blob/0.6.2/applyGraphQL.ts#L29-L39 I am already making my own schema by calling `makeExecutableSchema` which includes `schemaTransforms: []`... It would be great if you could add `schemaTransforms: []` args and pass that...
There is currently no way to pass in schema directives when building the schema, this PR adds support to pass in `Array` as defined in GraphQL Tools docs https://www.graphql-tools.com/docs/schema-directives
hey i just upgraded to deno version 1.4.1 , but it's giving error like ``` error: Uncaught SyntaxError: Invalid left-hand side in assignment this.pushQueue.push(event);~~~~~~~~~~~~~~~~~~~~~~~~ at :81:1 ``` in **tsconfig.json** `...
Could you please provide an example of using graphql subscription?
Hey there, I was exploring this module and I noticed that file upload is in the TODO list. Is there any update or ETA about the state of that feature?...
Hello, I get multiple errors when running sample provided in Readme. I run it using `deno run --allow-net app.ts` Errors are like this: ``` TS7006 [ERROR]: Parameter 'info' implicitly has...
Is there going to be a schema field for generated schema using "`new GraphQLSchema()`"?
error: Import 'https://cdn.pika.dev/-/[email protected]/jsutils/Path.d.ts' failed: 401 Unauthorized and even i run deno, i get this error error: error sending request for url (https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/concatAST.d.ts): http2 error: protocol error: refused stream before processing...