ListingEntryUpdateInput
No description
input ListingEntryUpdateInput {
listingEntryId: String!
name: String
isFeatured: Boolean
shortDescription: String
learnMoreUrl: String
boomiHelpLink: String
}
Fields
ListingEntryUpdateInput.listingEntryId ● String! non-null scalar miscellaneous
The ID of the Listing Entry.
ListingEntryUpdateInput.name ● String scalar miscellaneous
The name Listing Entry.
ListingEntryUpdateInput.isFeatured ● Boolean scalar miscellaneous
Set the feature flag to true to identify the Listing Entry as a featured item on the website. Otherwise, set the feature flag to false.
ListingEntryUpdateInput.shortDescription ● String scalar miscellaneous
A short description summarizing the Listing Entry.
ListingEntryUpdateInput.learnMoreUrl ● String scalar miscellaneous
The URL for learning more about the Listing Entry.
ListingEntryUpdateInput.boomiHelpLink ● String scalar miscellaneous
The Boomi Help Link for the Listing Entry.
Member Of
listingEntryUpdate mutation