ListList
A paginated list of List items.
type ListList {
paginatorInfo: PaginatorInfo
cursorInfo: CursorInfo
data: [List!]!
}
Fields
paginatorInfo (PaginatorInfo)
Pagination information about the list of items.
cursorInfo (CursorInfo)
data ([List!]!)
A list of List items.