Waiting for engine...
Skip to main content

ListingEntryCreateInput

No description

input ListingEntryCreateInput {
name: String!
internalID: String!
type: ListingEntryType!
isFeatured: Boolean
shortDescription: String
learnMoreUrl: String
boomiHelpLink: String
}

Fields

ListingEntryCreateInput.name ● String! non-null scalar miscellaneous

The name of the Listing Entry.

ListingEntryCreateInput.internalID ● String! non-null scalar miscellaneous

The internal ID of the Listing Entry. e.g.: Connector type 'boomipartnerapi'

ListingEntryCreateInput.type ● ListingEntryType! non-null enum platform

The Listing Entry type of CONNECTOR or BUNDLE.

ListingEntryCreateInput.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.

ListingEntryCreateInput.shortDescription ● String scalar miscellaneous

A short description summarizing the Listing Entry.

ListingEntryCreateInput.learnMoreUrl ● String scalar miscellaneous

The URL for learning more about the Listing Entry.

ListingEntryCreateInput.boomiHelpLink ● String scalar miscellaneous

The Boomi Help Link for the Listing Entry.

Member Of

listingEntryCreate mutation

On this Page