INTERFACE

ArtifactMetadataVersionConnection

link GraphQL Schema definition

  • interface ArtifactMetadataVersionConnection {
  • # List of ArtifactMetadataVersion's
  • artifactMetadataVersions: [ArtifactMetadataVersion!]
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [ArtifactMetadataVersionEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }