Leonardo Donelli
Leonardo Donelli
> I think ideally it could be: > > ```ts > /** > * @gqlField > * @someDirective(someArg: "Hello") > */ > export class User { > // ... >...
Personally I would keep `@gqlDirective` to define a directive, and use another tag for "applying" them. `@gqlDirective` matches `@gqlType`, `@gqlField` etc used to define the other GraphQL concepts. [The GraphQL...
@captbaritone those drafts look good to me. One thing that is confusing me is that here https://gist.github.com/captbaritone/6f8369241989bf1afa518acced5287a7 there are examples with two different syntaxes to define a directive, and I...
I just lost a couple of hours of work due my messing up while doing a bunch of undoes and redos. This would've been a life saver.