INTERFACE

RepositoryEndpointConnection

link GraphQL Schema definition

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