Jordan Eldredge

Results 370 comments of Jordan Eldredge

> Can it not take the input directly from .graphql files? We do not currently and I don't expect we will since a significant portion of our value proposition comes...

I've updated my example project which uses a server directive to use `mapSchema` and `getDirective`. https://github.com/captbaritone/grats/blob/b8f383e36e6fb959ca662660b65578dc85981bc8/examples/production-app/graphql/directives.ts You can still build a single function which takes your schema and applies the...

You can see a sketch of how I'm imagining Grats could behave (what you would write and what Grats would produce) here: https://github.com/captbaritone/grats/pull/182/files

Playing with this a bit more, and I think it's not quite general purpose enough. It works well for fields, and maybe types, but probably not for everything. For example,...

I'm happy to look into this if someone can identify exactly what it is within Webamp that's causing it to not be playable in the background, or if someone is...

Sadly I don't think that will work. Webamp must attach JavaScript listeners to the audio output in order to do balance, eq, visualizers. Probably not very practical to disable all...

@gearnode Seems reasonable. I think you also need to include this artifact down below in the `main-release` step. Otherwise it won't be included in the published package.

Looks like @pnispel closed their PR. Would someone like to open a PR to use the compiler config value for the id field here? It would probably be worth an...

This looks more correct to me at first glance! Thanks for working on this. I likely won't have time to look into it more closely until after GraphQL conf. One...

> Do you need a feature flag to turn of this addition at Meta? I suspect we will.