Skip to content

UpdateArtefactPayload

No description

graphql
type UpdateArtefactPayload {
  artefact: Artefact!
}

Fields

UpdateArtefactPayload.artefact ● Artefact! non-null object

The updated Artefact

Returned By

updateArtefact mutation

Released under the MIT License.