Matthew Pirkowski
Matthew Pirkowski
I am confused as to how an example such as this, found in your documentation, is compatible with `graphql-auth-directives`: ``` const server = new ApolloServer({ schema: augmentedSchema, context: ({ req...
Cross-post and extension of [this issue](https://github.com/neo4j-graphql/neo4j-graphql-js/issues/242), as it may be more readily addressed here. At present, `graphql-auth-directives` usage effectively co-opts the entire context object via returning only one sub-field of...
Looking at the code published in 2.2.0, I noticed a few issues. The previous header retrieval logic took advantage of short-circuiting to avoid issues of attempting to access properties of...
When trying to generate types, I end up w/ the following error, which appears related to [this issue](https://github.com/dotansimha/graphql-code-generator/issues/3445): ``` > graphql-codegen ✔ Parse configuration ❯ Generate outputs ❯ Generate src/lib/graphql/Graphql.re...
When I attempt to run the codegen, I get: ``` ✔ Parse configuration ❯ Generate outputs ❯ Generate src/types/Graphql.re ✔ Load GraphQL schemas ✔ Load GraphQL documents ✖ Generate →...
Not exactly sure why `uncurried2` is no longer available, but perhaps something in `bs-platform` has changed around compilation of the type definitions used for `uncurried2`? I'm on `[email protected]` and `[email protected]`.