Jacob Thomason

Results 216 comments of Jacob Thomason

Is this lib still maintained?

Hmm, well, for starters, a muation class would typically be in your "controller" layer and isn't a "type" per se. I'm not really sure why you'd do this. Have you...

I'm still failing to see the value in using the `ExtendType` in a controller design. Why can't you use PHP to handle your logical separations?

I just read back over your examples again and noticed that you're calling your classes Mutations, but then annotating them as types. I don't understand this naming/design choice and that's...

@Ocramius I'm not sure how the need for custom collections is alleviated by generics psalm support. Can you please elaborate on that one. Custom collections are a good idea for...

I can't believe no one else wants custom methods on their Doctrine ORM collections - really baffles me.

So, there seems to be a few ongoing discussions around performance. I'd really like to pull all of these together and come up with something actionable. See #566 & #562....

I think we should look into offering a schema caching option in the `SchemaFactory`. In #562 @oprypkhantc outlined what annotations are dynamic for schema generation: https://github.com/thecodingmachine/graphqlite/issues/562#issuecomment-1450938936. >#[Logged], #[Right], #[FailWith], #[HideIfUnauthorized]...

@oprypkhantc you make some good points and I'm certainly not in disagreement that, from a performance perspective, async servers are going to offer the best performance. I don't think this...