Pierre Ricadat
Pierre Ricadat
> do you use snapshots in this script? Nope. I can share the whole directives: ``` //> using scala 3.6.4 //> using options -language:strictEquality -Wsafe-init -experimental -language:experimental.namedTuples -source:future -Xmax-inlines 64...
Couldn't you use `queryCostZIOWith` and track the context in a `Ref`? @paulpdaniels any idea?
Can you sign the CLA?
The issue with that approach and the reason it requires a wrapper case class is that the oneof field can be just a scalar such as `id: String` which can't...
> Potentially, we could also allow for scalars to be expressed as well by annotating them with `@GQLValueType`. e.g., in the example above: > > ```scala > @GQLValueType case class...