Publisher
No description
type Publisher {
id: ID!
name: String!
email: String
supportEmail: String
url: String
supportUrl: String
connectorSDKAgreement: Boolean
publisherLogo: LogoImageFile
}
Fields
Publisher.id ● ID! non-null scalar miscellaneous
Unique identifier for the publisher
Publisher.name ● String! non-null scalar miscellaneous
The name of the Publisher
Publisher.email ● String scalar miscellaneous
Publisher.supportEmail ● String scalar miscellaneous
Publisher.url ● String scalar miscellaneous
Publisher.supportUrl ● String scalar miscellaneous
Publisher.connectorSDKAgreement ● Boolean scalar miscellaneous
Is Connector SDK Development flag enabled
Publisher.publisherLogo ● LogoImageFile object platform
Returned By
publisher query ●
publisherById query ●
publishers query
Member Of
Bundle object ●
BundleViewForMaybeOwner object ●
SpaceArtifactListing object
Implemented By
_Entity union
Was this topic helpful?