OBJECT
Connection Type for Node
type NodesConnection {# List of nodesnodes: [Node!]! # Information for paginationpageInfo: PageInfo! # Total number of objects in connectiontotalCount: Int! }