Update connection_type.rs

This commit is contained in:
Sunli 2020-05-29 11:56:12 +08:00
parent 38db0cbec5
commit 6361bc4532

View File

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