WebsiteConnection
No description
type WebsiteConnection {
pageInfo: PageInfo!
edges: [WebsiteEdge]!
}
Fields
WebsiteConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
WebsiteConnection.edges ● [WebsiteEdge]! non-null object
Contains the nodes in this connection.