Jordan Stout

Results 31 issues of Jordan Stout

Some libraries are having to copy the schemaPrinter code to do custom stuff to the output, (`@apollo/federation`, `type-graphql`). These libraries require outputting type and field level directives since this isn't...

enhancement

It looks like the Mercurius Gateway service expects "errors" to exist in the response, however, if I have a fastify plugin that throws an error before it ever hits GraphQL,...

enhancement
good first issue

Just bringing it to the issues area to give it a few eye-balls, feel free to close if it's not wanted or correct. https://github.com/apollographql/apollo-server/pull/3013 This PR adds support to decorate...

:hugs: improvement

How can I specify two different aws credentials (accounts) for a build? I want to be able to deploy to separate aws accounts (staging / production).

I'm trying to convert a 66 GB file and it quickly consumes 32GB ram then stops. Is there a solution to converting large files besides launching a super huge VM...

When you're using a class as the type, you get the error: `@typescript-eslint/no-use-before-define`. I'd rather not disable this line. Any chance to make `@provide()` without any arguments passed in default...

This PR allows decorators to default to class bindings when omitting the `serviceIdentifier` argument. I.E: ```typescript @provide() class Ninja { // ... } @fluentProvide().inSingletonScope().done() class Repository { // ... }...

So the spec shows how links look in a response. What is the suggested way of linking two documents? Is it still going forward with Link headers and a LINK...

I'm not able to pass "--bind_ip_all" as an option. Without this, I'm unable to use this utility in a mongo development environment.