Michael Hayes

Results 40 issues of Michael Hayes

![image](https://cloud.githubusercontent.com/assets/816527/19016433/75d5c6dc-87ce-11e6-8445-03cdde2fd3a8.png)

bug

**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...

plugins
kind/enhancement

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...

kind/enhancement

🚨 **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...

kind/enhancement

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...