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