Skip to content

CreateArtefactPayload

No description

graphql
type CreateArtefactPayload {
  artefact: Artefact!
}

Fields

CreateArtefactPayload.artefact ● Artefact! non-null object

The created Artefact

Returned By

createArtefact mutation

Released under the MIT License.