Waiting for engine...
Skip to main content

SpaceArtifactListingMetaDataInput

An input containing metadata for a Space artifact, including title, description, links, features, tags, and detailed content.

input SpaceArtifactListingMetaDataInput {
title: String
description: String
expectedPublishingDate: DateTime
demoLink: String
communityArticleHelpLink: String
keyFeatures: [String!]
suggestedTags: String
detailedContent: String
supportFormLink: String
catalogArtifactMetaData: String
publicUrl: String
difficultyLevel: DifficultyLevel
agreedToTermsAndConditions: Boolean
}

Fields

SpaceArtifactListingMetaDataInput.title ● String scalar miscellaneous {#title}

Artifact title.

SpaceArtifactListingMetaDataInput.description ● String scalar miscellaneous {#description}

A short description of the artifact.

SpaceArtifactListingMetaDataInput.expectedPublishingDate ● DateTime scalar platform {#expected-publishing-date}

Indicates the expected publishing date for the artifact.

SpaceArtifactListingMetaDataInput.demoLink ● String scalar miscellaneous {#demo-link}

Indicates the demo url for the artifact.

SpaceArtifactListingMetaDataInput.communityArticleHelpLink ● String scalar miscellaneous {#community-article-help-link}

Stores the reference to the community article help page.

SpaceArtifactListingMetaDataInput.keyFeatures ● [String!] list scalar miscellaneous {#key-features}

Stores the key features for the artifact.

SpaceArtifactListingMetaDataInput.suggestedTags ● String scalar miscellaneous {#suggested-tags}

Submitter's suggestions for new tags.

SpaceArtifactListingMetaDataInput.detailedContent ● String scalar miscellaneous {#detailed-content}

HTML for the content of the artifact detail page.

SpaceArtifactListingMetaDataInput.supportFormLink ● String scalar miscellaneous {#support-form-link}

Support form link provided by the partner instead of the support form file.

SpaceArtifactListingMetaDataInput.catalogArtifactMetaData ● String scalar miscellaneous {#catalog-artifact-meta-data}

The artifact metadata of the Integration Pack for the space admin user.

SpaceArtifactListingMetaDataInput.publicUrl ● String scalar miscellaneous {#public-url}

Stores accelerator public url

SpaceArtifactListingMetaDataInput.difficultyLevel ● DifficultyLevel enum catalog-service {#difficulty-level}

Indicates the difficultyLevel.

SpaceArtifactListingMetaDataInput.agreedToTermsAndConditions ● Boolean scalar miscellaneous {#agreed-to-terms-and-conditions}

Indicates whether the user has accepted the terms and conditions. The default value is false. Once set to true, this value cannot be reverted; any attempt to reset it to false is ignored.

Member Of

SpaceArtifactListingCreateInput input ●  SpaceArtifactListingUpdateInput input

On this Page