| Crates.io | async-graphql-relay |
| lib.rs | async-graphql-relay |
| version | 0.5.0 |
| created_at | 2021-05-17 17:01:16.667041+00 |
| updated_at | 2025-06-24 02:52:24.834539+00 |
| description | Relay support for async-graphql |
| homepage | https://github.com/oscartbeaumont/async-graphql-relay |
| repository | https://github.com/oscartbeaumont/async-graphql-relay |
| max_upload_size | |
| id | 398662 |
| size | 90,560 |
This crate aims to bring the Relay server specification to async-graphql. The Relay specification requires three main things:
node query
get() method on the type specified in the globally unique ID to refetch the object.Add async-graphql-relay to your dependencies:
[dependencies]
# ...
async-graphql-relay= "0.5.0"
Check out this example application.