WebsiteConnection
A paginated list of Website edges.
type WebsiteConnection {
pageInfo: PageInfo!
edges: [WebsiteEdge!]!
}
Fields
WebsiteConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
WebsiteConnection.edges
● [WebsiteEdge!]!
non-null object
A list of Website edges.