From 6361bc4532fc52eb2eec18fa83e22ae7cce9b731 Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 29 May 2020 11:56:12 +0800 Subject: [PATCH] Update connection_type.rs --- src/types/connection/connection_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/connection/connection_type.rs b/src/types/connection/connection_type.rs index 186b1604..a309b488 100644 --- a/src/types/connection/connection_type.rs +++ b/src/types/connection/connection_type.rs @@ -20,7 +20,7 @@ pub struct Connection< EE: ObjectType + Send = EmptyFields, > { /// All edges of the current page. - pub(crate) edges: Vec>, + edges: Vec>, additional_fields: EC, has_previous_page: bool, has_next_page: bool,