-
### Is your feature request related to a problem? Please describe.
I'm working on augmenting the `aws-amplify` library to generate data interfaces for lambda functions to consume, which requires ru…
-
_@coderabbitai told us about a TODO item it spotted within that other patch._
_:warning: Potential issue_
**Address the pending TODO: Extract variables and operation_name from additional sources…
-
## Expected Behavior
In [`async_graphql::types::connection::query`](https://docs.rs/async-graphql/7.0.10/async_graphql/types/connection/fn.query.html) function, the "first" and "last" parameters shou…
-
### Describe the bug
Hello, thanks for the package! :rose:
As in the provided code sample, RESTful requests work correctly (when validation fails or passes), GraphQL requests fail when validati…
G0maa updated
2 weeks ago
-
### The problem
Few days ago, aseko pool integration stopped working. I have tried with reconfiguration, removal, adding, but no luck. In the logs, in returns the following error: Failed setup, will …
-
Presets are currently processed on reads as well as writes, but they're only needed on write. We should optimize this flow by skipping preset processing on reads, which also fixes the original issue b…
-
I use `poem_grants` in Rust.
I defined an enum to use as an authority and pass to `AuthDetails` like so:
```rust
#[derive(serde::Serialize, serde::Deserialize, Eq, Hash, PartialEq)]
pub enum A…
-
graph-node v0.35.1
indexer-agent v0.21.5
This is a previously known issue reported as https://github.com/graphprotocol/indexer/issues/985, caused by https://github.com/graphprotocol/graph-node/iss…
-
My issue is that I want to return an empty tuple wrapped in a Result for a delete mutation. However, Rust panics that:
the trait bound `(): async_graphql::OutputType` is not satisfied
the followi…
-
I'm trying to use in conjunction with `async_graphql` is there a good way to use `FieldTypeDerived` for `SurrealUuid`?
```
OutputType` is not satisfied
label: the trait `OutputType` is not implem…