BomComponentReference
A reference to a component.
type BomComponentReference {
componentId: String!
componentRevisionId: String!
}
Fields
BomComponentReference.componentId ● String! non-null scalar
ID of the referenced component.
BomComponentReference.componentRevisionId ● String! non-null scalar
ID of the referenced component revision.