Waiting for engine...
Skip to main content

SpaceArtifactListingMetaData

Includes the metadata for the Space artifact listing.

type SpaceArtifactListingMetaData {
title: String
description: String
expectedPublishingDate: DateTime
demoLink: String
demoFile: SpaceArtifactImageData
communityArticleHelpLink: String
communityArticleHelpFile: SpaceArtifactImageData
keyFeatures: [String!]
detailedContent: String
displayOrder: Int
featured: Boolean
displayRecipeCallOut: Boolean
actualPublishingDate: DateTime
discoverLink: String
difficultyLevel: DifficultyLevel
suggestedTags: String
bannerLogoImageOne: SpaceArtifactImageData
bannerLogoImageTwo: SpaceArtifactImageData
bannerLogoImageThree: SpaceArtifactImageData
supportForm: SpaceArtifactImageData
supportFormLink: String
catalogArtifactMetaData: String
termsAcceptanceDate: DateTime
publicUrl: String
}

Fields

SpaceArtifactListingMetaData.title ● String scalar miscellaneous {#title}

Artifact Listing title.

SpaceArtifactListingMetaData.description ● String scalar miscellaneous {#description}

A short description of the artifact listing.

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

Indicates the expected publishing date for the artifact.

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

Indicates the demo url for the artifact.

SpaceArtifactListingMetaData.demoFile ● SpaceArtifactImageData object catalog-service {#demo-file}

Indicates the demo file url.

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

Stores the reference to the community article help page.

SpaceArtifactListingMetaData.communityArticleHelpFile ● SpaceArtifactImageData object catalog-service {#community-article-help-file}

Stores the community article help file.

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

Stores the step-wise procedure.

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

HTML for the content of the artifact detail page.

SpaceArtifactListingMetaData.displayOrder ● Int scalar miscellaneous {#display-order}

Position on the artifact on the home page.

SpaceArtifactListingMetaData.featured ● Boolean scalar miscellaneous {#featured}

Set the feature flag to true to identify the artifact as a featured item on the website. Otherwise, set the feature flag to false.

SpaceArtifactListingMetaData.displayRecipeCallOut ● Boolean scalar miscellaneous {#display-recipe-call-out}

Indicates whether to show Marketo prospecting form.

SpaceArtifactListingMetaData.actualPublishingDate ● DateTime scalar platform {#actual-publishing-date}

Indicates the actual publishing date for the artifact.

SpaceArtifactListingMetaData.discoverLink ● String scalar miscellaneous {#discover-link}

Indicates the discover url for the artifact.

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

Indicates the difficultyLevel.

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

Submitter's suggestions for new tags.

SpaceArtifactListingMetaData.bannerLogoImageOne ● SpaceArtifactImageData object catalog-service {#banner-logo-image-one}

Stores the first banner logo image.

SpaceArtifactListingMetaData.bannerLogoImageTwo ● SpaceArtifactImageData object catalog-service {#banner-logo-image-two}

Stores the second banner logo image.

SpaceArtifactListingMetaData.bannerLogoImageThree ● SpaceArtifactImageData object catalog-service {#banner-logo-image-three}

Stores the third banner logo image.

SpaceArtifactListingMetaData.supportForm ● SpaceArtifactImageData object catalog-service {#support-form}

The url to the Support form document.

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

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

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

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

SpaceArtifactListingMetaData.termsAcceptanceDate ● DateTime scalar platform {#terms-acceptance-date}

Indicates terms and conditions agreed date

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

Stores accelerator public url

Member Of

SpaceArtifactListing object

On this Page