OBJECT
ArtifactVulnerabilityEntityRelationshipEdge
Edge type for ArtifactVulnerabilityEntityRelationship
link GraphQL Schema definition
- type ArtifactVulnerabilityEntityRelationshipEdge implements ConnectionEdge {
- # Cursor is an opaque string, you can use it to request subsequent or preceding
- # items in the list
- String :
- # Vulnerability entity mapping node
- ArtifactVulnerabilityEntityRelationship! :
- }