Waiting for engine...
Skip to main content

publisher

Returns the Publisher associated with the authenticated user. If a Publisher record is not found in the system then the query will return null

An example of the request is as follows:

query {
publisher {
id
name
email
url
supportEmail
supportUrl
publisherLogo {
logo
altText
imageType
}
}
}

publisher: Publisher

Type

Publisher object catalog-service

On this Page