INTERFACE
ArtifactMetadataConnection
link GraphQL Schema definition
- interface ArtifactMetadataConnection {
- # list of artifact metadata
- ArtifactMetadata!] : [
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- ArtifactMetadataEdge!] : [
- # Paging support
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }