ImportSbomInput
Autogenerated input type of ImportSbom
input ImportSbomInput {
  clientMutationId: String
  file: Upload!
  assetId: ID!
  companyId: ID!
}
Fields
ImportSbomInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ImportSbomInput.file ● Upload! non-null scalar
ImportSbomInput.assetId ● ID! non-null scalar
ImportSbomInput.companyId ● ID! non-null scalar
Member Of
importSbom  mutation