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
The ID of the Listing Entry.
ListingEntry.name ● String! non-null scalar miscellaneous
The name Listing Entry.
ListingEntry.internalID ● String! non-null scalar miscellaneous
The internal ID of the Listing Entry. e.g.: Connector type 'boomipartnerapi'
ListingEntry.type ● ListingEntryType! non-null enum platform
The Listing Entry type of CONNECTOR or BUNDLE.
ListingEntry.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.
ListingEntry.shortDescription ● String scalar miscellaneous
A short description summarizing the Listing Entry.
ListingEntry.learnMoreUrl ● String scalar miscellaneous
The URL for learning more about the Listing Entry.
ListingEntry.boomiHelpLink ● String scalar miscellaneous
The Boomi Help Link for the Listing Entry.
Returned By
listingEntries query ●
listingEntryCreate mutation ●
listingEntryDelete mutation ●
listingEntryUpdate mutation