Waiting for engine...
Skip to main content

SpaceArtifactImageInput

An input containing an artifact image upload and its optional alternative text.

input SpaceArtifactImageInput {
icon: Upload!
altText: String
}

Fields

SpaceArtifactImageInput.icon ● Upload! non-null scalar platform {#icon}

Image for the artifact.

SpaceArtifactImageInput.altText ● String scalar miscellaneous {#alt-text}

Alternative text for the image.

On this Page