ListingEntryInput
No description
input ListingEntryInput {
type: ListingEntryType!
internalID: String!
}
Fields
ListingEntryInput.type ● ListingEntryType! non-null enum platform
The Listing Entry type of CONNECTOR or BUNDLE.
ListingEntryInput.internalID ● String! non-null scalar miscellaneous
The internal ID of the Listing Entry. e.g.: Connector type 'boomipartnerapi'
Member Of
listingEntryDelete mutation
Was this topic helpful?