Waiting for engine...
Skip to main content

ListingEntryCategory

No description

type ListingEntryCategory {
categoryID: String!
type: ListingEntryType!
internalID: String!
}

Fields

ListingEntryCategory.categoryID ● String! non-null scalar miscellaneous

The ID of the Listing Category

ListingEntryCategory.type ● ListingEntryType! non-null enum platform

The Listing Entry type of CONNECTOR or BUNDLE.

ListingEntryCategory.internalID ● String! non-null scalar miscellaneous

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

Returned By

listingEntryCategoryAssociation mutation ●  listingEntryCategoryDissociation mutation

On this Page