Patrick Arminio
Patrick Arminio
from @Speedy1991 on discord: > btw. from a programmer perspective the https://github.com/strawberry-graphql/strawberry/pull/2784 is much cleaner to implement in a ws view ๐
@kristjanvalur sorry for my lazyness, could you show me the two different APIs here? (or even another issue)
@kristjanvalur thank you so much for keeping this PR up to date, @nrbnlulu made a new PR recently and we merged that, hope that's ok!
@kristjanvalur probably, there's been a lot of refactoring recently, I'll check with @DoctorJohn soon :)
This **might** be a tool we could use https://github.com/anko/txm
> This is something that a lot of users already asked for: a way to have the scalar named `ID` instead of `GlobalID` > > There're just 2 issues that...
@colonelpanic8 adding the directives unfortunately isn't enough to make this work, we also need a way to validate that the input conforms to the spec ๐
Itโs more that having the directive is going to be misleading, since it wonโt do any validation โบ๏ธ Iโll try a POC for this soon though
This was done in https://github.com/strawberry-graphql/strawberry/pull/3429 with runtime support ๐