SpaceArtifactListingAdminInput
An input for administering a space artifact listing, including content, display settings, metadata, and topic details.
input SpaceArtifactListingAdminInput {
id: ID!
detailedContent: String
displayOrder: Int
featured: Boolean
displayRecipeCallOut: Boolean
actualPublishingDate: DateTime
discoverLink: String
difficultyLevel: DifficultyLevel
topicName: SpaceArtifactListingTopicName
topicStatus: SpaceArtifactListingTopicStatus
}
Fields
SpaceArtifactListingAdminInput.id ● ID! non-null scalar miscellaneous {#id}
SpaceArtifactListingAdminInput.detailedContent ● String scalar miscellaneous {#detailed-content}
HTML for the content of the artifact detail page.
SpaceArtifactListingAdminInput.displayOrder ● Int scalar miscellaneous {#display-order}
Position on the artifact on the home page.
SpaceArtifactListingAdminInput.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.
SpaceArtifactListingAdminInput.displayRecipeCallOut ● Boolean scalar miscellaneous {#display-recipe-call-out}
Indicates whether to show Marketo prospecting form.
SpaceArtifactListingAdminInput.actualPublishingDate ● DateTime scalar platform {#actual-publishing-date}
Indicates the actual publishing date for the artifact.
SpaceArtifactListingAdminInput.discoverLink ● String scalar miscellaneous {#discover-link}
Indicates the discover url for the artifact.
SpaceArtifactListingAdminInput.difficultyLevel ● DifficultyLevel enum catalog-service {#difficulty-level}
Indicates the difficultyLevel.
SpaceArtifactListingAdminInput.topicName ● SpaceArtifactListingTopicName enum catalog-service {#topic-name}
SpaceArtifactListingAdminInput.topicStatus ● SpaceArtifactListingTopicStatus enum catalog-service {#topic-status}
Member Of
spaceArtifactListingAdminUpdate mutation