examples icon indicating copy to clipboard operation
examples copied to clipboard

Results 28 examples issues
Sort by recently updated
recently updated
newest added

Upgrade Rocket to 0.5.0-rc.2. In conjunction with https://github.com/async-graphql/async-graphql/pull/968

_Congratulations again for the work done so far._ I'm wondering if there is somewhere a more common example of complex pagination and filtering. Example: 1. "sort on multiple fields", 2....

Can you provide a “Redis based” (https://github.com/mitsuhiko/redis-rs) example of global stream for subscription?

In this ![example](https://github.com/async-graphql/examples/blob/master/actix-web/token-from-header/src/main.rs#L23), how can I access `ctx` from the request or schema? I need to pull something out of ctx before I call `schema.execute(request).await.into()`. Thank you

Hi, if the token is missing I'd like to throw an error by adding it to the errors payload in the response. This ![example](https://github.com/async-graphql/examples/blob/master/actix-web/token-from-header/src/main.rs#L28) doesn't demonstrate that, do you have...

relates to https://github.com/async-graphql/async-graphql/pull/668

Cloned master branch but does not build with this error: ``` error: failed to load manifest for workspace member `/Users/asahin/Code/sandbox/async-graphql-examples/models/starwars` Caused by: failed to load manifest for dependency `async-graphql` Caused...

Hello all, Can we please have more examples with rocket? Similar to actix, with subscriptions and authentication tokens?

I am trying to integrate ApolloRouter in rust with a subgraph written in async-graphql, do you have any examples how to expose the _service query for apollo rover, Looks like...