Waiting for engine...
Skip to main content

publishers

Returns the Publishers that match input publisherIds. For input ids that do not have corresponding record in the system a null value will be returned at the corresponding index in the result list

An example of the request is as follows:

query {
publishers(ids: ["911fce3e-bb90-4283-aeba-6c1d73a347bc", "8611fce3e-dv90-4763-tgcb-6c1d73a398ts"]) {
id
name
email
url
supportEmail
supportUrl
publisherLogo {
logo
altText
imageType
}
}
}

publishers(
ids: [ID!]!
): [Publisher]

Arguments

publishers.ids ● [ID!]! non-null scalar miscellaneous

Type

Publisher object catalog-service

On this Page