Jordan Eldredge

Results 370 comments of Jordan Eldredge

Checking back here. Are we stuck on this Yarn issue?

Looks like this landed. Not sure why the PR didn't close itself.

I would generally assume that it would be about as possible as implementing Winamp, assuming you are looking for a similar fidelity to what I've done with Webamp. That said,...

I'm out this week but Cc @tyao1

I think there would be quite a bit of value in a spec-defined directive of `@notImplemented` or `@experimental` to mirror `@deprecated` but since no such concept exists in GraphQL or...

I think a custom lint rule here should work well, and likely could be trivially written by an AI prompt, so I'll mark this as closed.

Grats does not currently support adding or defining arbitrary schema directives, but it seems like a reasonable thing to support. Could you tell me more about the specific directives you...

Thanks for the examples, helps clarify! I think a reasonable starting place would be: ## Define directives You can define a directive on a type alias of an object literal...

Thanks everyone for the feedback/ideas! I looked into it a bit more and learned a few things: 1. TypeScript will let me parse `@someDirective(someArg: "foo")` in a docblock as a...

I've confirmed that TypeScript parser will treat ```ts /** * @gqlAnnotate @complexity(value:50) */ ``` As two separate tags, which is a bummer for us.