Waiting for engine...
Skip to main content

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

SpaceArtifactListingAdminInput.detailedContent ● String scalar miscellaneous

HTML for the content of the artifact detail page.

SpaceArtifactListingAdminInput.displayOrder ● Int scalar miscellaneous

Position on the artifact on the home page.

SpaceArtifactListingAdminInput.featured ● Boolean scalar miscellaneous

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

Indicates whether to show Marketo prospecting form.

SpaceArtifactListingAdminInput.actualPublishingDate ● DateTime scalar partner-portal

Indicates the actual publishing date for the artifact.

SpaceArtifactListingAdminInput.discoverLink ● String scalar miscellaneous

Indicates the discover url for the artifact.

SpaceArtifactListingAdminInput.difficultyLevel ● DifficultyLevel enum catalog-service

Indicates the difficultyLevel.

SpaceArtifactListingAdminInput.topicName ● SpaceArtifactListingTopicName enum catalog-service

SpaceArtifactListingAdminInput.topicStatus ● SpaceArtifactListingTopicStatus enum catalog-service

Member Of

spaceArtifactListingAdminUpdate mutation

On this Page