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 partner-portal
Image for the artifact.
SpaceArtifactImageInput.altText ● String scalar miscellaneous
Alternative text for the image.
Was this topic helpful?