OBJECT
SpringArtifactMutations
link GraphQL Schema definition
- type SpringArtifactMutations {
- # Delete Assessments
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # assessmentIds: [Not documented]
- String!]!): [SpringArtifactAssessment!]! ( : [
- # Re-Run a single Assessment.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # artifactMetaVersionId: [Not documented]
- String!): SpringArtifactAssessment! ( :
- # Run repository assessment and schedule it with default scheduler for further
- # assessment.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # repositoryAssessmentInput: Unique identifier for the Repository
- (
- RepositoryAssessmentInput!]! : [
- ): [SpringArtifactRepository]!
- # Update Repository.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # repositoryUpdateInput: [Not documented]
- (
- SpringArtifactRepositoryUpdateInput!]! : [
- ): [SpringArtifactRepository]!
- # Upload Assessment file And Run Assessment
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # content: [Not documented]
- # input: [Not documented]
- (
- SpringArtifactUpload!, :
- SpringArtifactAssessmentInput :
- ): SpringArtifactAssessment!
- # Upsert Artifact Metadata
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- SpringArtifactMetadataInput :
- ): SpringArtifactMetadata!
- }