Skip to main content

CursorInfo

Information about the current cursor pagination

type CursorInfo {
total: Int!
nextCursor: String
cursorRefreshed: Boolean
}

Fields

total (Int!)

nextCursor (String)

cursorRefreshed (Boolean)