Michael Hayes
Michael Hayes

**Is your feature request related to a problem? Please describe.** Currently scalar field on input types use the same types as scalars on normal types. It would be really useful...
Currently it is possible to have unhandled promise rejections that arise from a mix of sync and async isTypeOf checks. This should fix that issue.
**Is your feature request related to a problem? Please describe.** Currently, any plugin that uses `onResolverCalled` is probably incurring significantly more performance overhead than is necessary. Many plugins that need...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
**Is your feature request related to a problem? Please describe.** I want to add a plugin that creates xray trace segments similar to some existing plugins (newrelic, sentry, opentellemetery) **Describe...
Hey, I am interested in using and contributing to this project. Specifically there are a couple of things I would really like to add for my own purposes: 1. Support...
the `pubsub.asyncIterator` method [currently is typed as returning an AsyncIterator](https://github.com/apollographql/graphql-subscriptions/blob/master/src/pubsub-engine.ts#L7-L9). While this is accurate, it misses an important detail: The `subscribe` function of a graphql field expects an AsyncIterable, not...
Looks like all arguments are passed correctly in the defaultTypeResolver, but not when resolving an object type.
Hey! I am the author of Pothos (https://pothos-graphql.dev/) and was just working on updating some outdated docs on building graphql APIs in deno. I was wondering if it would make...