Last update:
July 26, 2024
VideoConnection object¶
This type is a connection from an object to a list of objects of VideoType
.
Fields¶
Field | Description |
---|---|
totalCount Int |
The total number of videos in this connection, disregarding pagination. |
pageInfo PageInfo! |
The information about the current page. |
edges VideoEdge |
A list of edges that represent the connections between videos and other related objects. |
items VideoType |
A list of all of the objects returned in the connection. |