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 6b924f7240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,