Skip to main content

BookingList

No description

type BookingList {
pageInfo: PageInfo
total: Int
edges: [BookingEdge]
}

Fields#

pageInfo (PageInfo)#

Pager object for cursor based operations

total (Int)#

Total amount of records available

edges ([BookingEdge])#

List of edges for Booking