Expose Edge::node to allow better testing

This commit is contained in:
Douman 2022-05-27 14:18:13 +09:00
parent d14ead03f9
commit b1a17a5542
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ where
/// A cursor for use in pagination
pub(crate) cursor: CursorScalar<Cursor>,
/// "The item at the end of the edge
pub(crate) node: Node,
pub node: Node,
#[graphql(flatten)]
pub(crate) additional_fields: EdgeFields,
}