Merge pull request #935 from rick68/patch-1

This commit is contained in:
Sunli 2022-05-28 15:24:38 +08:00 committed by GitHub
commit fde0e8e594
1 changed files with 1 additions and 1 deletions

View File

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