INTERFACE

ArtifactMetadataConnection

link GraphQL Schema definition

  • interface ArtifactMetadataConnection {
  • # list of artifact metadata
  • artifactMetadata: [ArtifactMetadata!]
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [ArtifactMetadataEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }