INPUT_OBJECT

SpringArtifactAssessmentInput

input needed to start an assessment. If assessmentId is not passed then a new assessment will be created, else existing assessment will be updated

link GraphQL Schema definition

  • input SpringArtifactAssessmentInput {
  • # Application Metadata Id for which we are performing an assessment
  • applicationMetaId: String
  • # Name of Application
  • applicationName: String
  • # Unique identifier for Assessment, to be used for update operation
  • assessmentId: String
  • # Name of Assessment
  • assessmentName: String
  • # Type of Assessment
  • assessmentType: SpringArtifactAssessmentType
  • }