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 44b85b2d0e
commit ce179f89ac
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,