ImportSbomPayload
Autogenerated return type of ImportSbom
type ImportSbomPayload {
clientMutationId: String
success: Boolean
}
Fields
ImportSbomPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
ImportSbomPayload.success
● Boolean
scalar
Returned By
importSbom
mutation