Update edge.rs

remove the unnecessary quotation mark
This commit is contained in:
Hsiang-Cheng Yang 2022-05-27 22:11:54 +08:00 committed by GitHub
parent fb6a8b29e6
commit 0e3f634176
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,