BundleViewForMaybeOwner
No description
type BundleViewForMaybeOwner {
id: ID!
name: String!
description: String
createdBy: String
bundleOwner: Boolean
bundleDeleted: Boolean
publisher: Publisher
}
Fields
BundleViewForMaybeOwner.id ● ID! non-null scalar miscellaneous
Unique identifier for the bundle
BundleViewForMaybeOwner.name ● String! non-null scalar miscellaneous
The display name of the bundle
BundleViewForMaybeOwner.description ● String scalar miscellaneous
A description of what this bundle contains or does
BundleViewForMaybeOwner.createdBy ● String scalar miscellaneous
The user who created this bundle
BundleViewForMaybeOwner.bundleOwner ● Boolean scalar miscellaneous
Indicates whether the current user is the owner of this bundle
BundleViewForMaybeOwner.bundleDeleted ● Boolean scalar miscellaneous
Indicates whether this bundle has been deleted
BundleViewForMaybeOwner.publisher ● Publisher object catalog-service
The publisher associated with this bundle
Member Of
BundleInstallHistory object ●
ViewedBundlesData object