INTERFACE
RepositoryVersionConnection
link GraphQL Schema definition
- interface RepositoryVersionConnection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- RepositoryVersionEdge!] : [
- # Paging support
- PageInfo! :
- # List of RepositoryVersion
- RepositoryVersion!] : [
- # Optional total elements count across all pages when available
- Int :
- }