Waiting for engine...
Skip to main content

ListingEntry

No description

type ListingEntry {
listingEntryId: String!
name: String!
internalID: String!
type: ListingEntryType!
isFeatured: Boolean
shortDescription: String
learnMoreUrl: String
boomiHelpLink: String
}

Fields

ListingEntry.listingEntryId ● String! non-null scalar miscellaneous {#listing-entry-id}

The ID of the Listing Entry.

ListingEntry.name ● String! non-null scalar miscellaneous {#name}

The name Listing Entry.

ListingEntry.internalID ● String! non-null scalar miscellaneous {#internal-id}

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

ListingEntry.type ● ListingEntryType! non-null enum platform {#type}

The Listing Entry type of CONNECTOR or BUNDLE.

ListingEntry.isFeatured ● Boolean scalar miscellaneous {#is-featured}

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.

ListingEntry.shortDescription ● String scalar miscellaneous {#short-description}

A short description summarizing the Listing Entry.

ListingEntry.learnMoreUrl ● String scalar miscellaneous {#learn-more-url}

The URL for learning more about the Listing Entry.

ListingEntry.boomiHelpLink ● String scalar miscellaneous {#boomi-help-link}

The Boomi Help Link for the Listing Entry.

Returned By

listingEntries query ●  listingEntryCreate mutation ●  listingEntryDelete mutation ●  listingEntryUpdate mutation

On this Page