Waiting for engine...
Skip to main content

catalogPublisher

Query to fetch catalog publisher by id

An example of the request as follows:

query {
catalogPublisher(id: "911fce3e-bb90-4283-aeba-6c1d73a347bc") {
publisher {
id
name
email
supportEmail
url
supportUrl
connectorSDKAgreement
publisherLogo {
imageUrl
altText
}
}
active
createdByUserId
createdByAccountId
createdDate
modifiedByUserId
modifiedByAccountId
modifiedDate
}
}

catalogPublisher(
id: ID!
): CatalogPublisher

Arguments

catalogPublisher.id ● ID! non-null scalar miscellaneous

Type

CatalogPublisher object catalog-service

On this Page