Skip to main content
Version: Latest

MRPublisher

type MRPublisher {
publisherCode: String!
publisherName: String!
repurchaseHours: Int!
purchasePer: String!
price: Int!
firstPagePurchase: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
isActive: Boolean!
}

Fields

MRPublisher.publisherCode ● String! non-null scalar

Unique code identifying the publisher @exposed

MRPublisher.publisherName ● String! non-null scalar

Name of the publisher @exposed

MRPublisher.repurchaseHours ● Int! non-null scalar

Time limit after which a user will be required to repurchase @exposed

MRPublisher.purchasePer ● String! non-null scalar

Unit of purchase @exposed

MRPublisher.price ● Int! non-null scalar

Cost per unit @exposed

MRPublisher.firstPagePurchase ● Boolean! non-null scalar

Indicates if the first page of a document is considered a purchase @exposed

MRPublisher.createdAt ● DateTime! non-null scalar

When the publisher record was created @exposed

MRPublisher.updatedAt ● DateTime! non-null scalar

When the publisher record was updated @exposed

MRPublisher.isActive ● Boolean! non-null scalar

Publisher status @exposed