Update connection_type.rs

This commit is contained in:
Sunli 2020-05-29 11:56:12 +08:00
parent cc37f2ace4
commit 666c908ca1

View File

@ -20,7 +20,7 @@ pub struct Connection<
EE: ObjectType + Send = EmptyFields, EE: ObjectType + Send = EmptyFields,
> { > {
/// All edges of the current page. /// All edges of the current page.
pub(crate) edges: Vec<Edge<C, T, EE>>, edges: Vec<Edge<C, T, EE>>,
additional_fields: EC, additional_fields: EC,
has_previous_page: bool, has_previous_page: bool,
has_next_page: bool, has_next_page: bool,