FolderConnection
The connection type for Folder.
type FolderConnection {
edges: [FolderEdge]
nodes: [Folder]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
FolderConnection.edges ● [FolderEdge] list object common
A list of edges.
FolderConnection.nodes ● [Folder] list object common
A list of nodes.
FolderConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
FolderConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
FolderConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
folders query
Member of
Channel interface ● DemoEmailChannel object ● EmailChannel object