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
Was this topic helpful?