PascalSenn
PascalSenn
FYI: There is renewed effort in the GraphQL Community in pushing this over the finish line: https://github.com/graphql/graphql-wg/discussions/1691
You mean copying it as CURL or pasting from CURL?
Can you share some resolver code? also do you want to filter the list of objectA's by id and objectB.name or do you want to filter objectA by id and...
Hi @elad-legit Currently, this is not possible. We cannot project nested pagination (which would provide a total count) or project a custom field. We also do not yet support sorting...
@michaelstaib yes this would be possible
If you still want use the pooled db context with 13, the easiest thing to do is to register the db context on the schema as pooled. `RegisterDbContext(Pooled)`. You then...
@pankaj-kansodariya You do not need the UseApplicationDbContextAttribute anymore when you do option 3 If you do not have a pooled db context then you can also just use the DbContextKind.Resolver...
I do have my reservations the longer i think about this proposal. I do think it's necessary to have this coordinate as a error for _telemetry_, but I question the...
This may just be a feature of [graphql/otel-wg](https://github.com/graphql/otel-wg)