RootFoldersEdge
An edge in a connection.
type RootFoldersEdge {
node: FolderType
cursor: String!
isUserFavorite: Boolean
documentCountWithSubfolder: Int
}
Fields
RootFoldersEdge.node
● FolderType
object
The item at the end of the edge
RootFoldersEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
RootFoldersEdge.isUserFavorite
● Boolean
scalar
RootFoldersEdge.documentCountWithSubfolder
● Int
scalar
this is the same as the documentCountWithSubfolder in the FolderType
Member of
RootFoldersConnection
object