1
2
3
4
5
6
7
//! Pagination utils based on the [Relay specification](https://relay.dev/graphql/connections.htm)

crate::using! {
    pub error,
    pub cursor,
    pub page
}