ListingEntryCategory
No description
type ListingEntryCategory {
categoryID: String!
type: ListingEntryType!
internalID: String!
}
Fields
ListingEntryCategory.categoryID ● String! non-null scalar miscellaneous {#category-id}
The ID of the Listing Category
ListingEntryCategory.type ● ListingEntryType! non-null enum platform {#type}
The Listing Entry type of CONNECTOR or BUNDLE.
ListingEntryCategory.internalID ● String! non-null scalar miscellaneous {#internal-id}
The internal ID of the Listing Entry. e.g.: Connector type 'boomipartnerapi'
Returned By
listingEntryCategoryAssociation mutation ●
listingEntryCategoryDissociation mutation
Was this topic helpful?