publisherById
Returns a single Publisher that matches the input publisherId.
An example of the request is as follows:
query {
publisher(id: "911fce3e-bb90-4283-aeba-6c1d73a347bc") {
id
name
email
url
supportEmail
supportUrl
publisherLogo {
logo
altText
imageType
}
}
}
publisherById(
id: ID!
): Publisher
Arguments
publisherById.id ● ID! non-null scalar miscellaneous
Type
Publisher object catalog-service
Was this topic helpful?