INTERFACE
ArtifactAssessmentRecommendationConnection
link GraphQL Schema definition
- interface ArtifactAssessmentRecommendationConnection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- ArtifactAssessmentRecommendationEdge!] : [
- # Paging support
- PageInfo! :
- # List of ArtifactAssessmentRecommendation
- ArtifactAssessmentRecommendation!] : [
- # Optional total elements count across all pages when available
- Int :
- }