INTERFACE

RepositoryVersionConnection

link GraphQL Schema definition

  • interface RepositoryVersionConnection {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [RepositoryVersionEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # List of RepositoryVersion
  • repositoryVersions: [RepositoryVersion!]
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }