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 graph-ql-types
Unique code identifying the publisher @exposed
MRPublisher.publisherName ● String! non-null scalar graph-ql-types
Name of the publisher @exposed
MRPublisher.repurchaseHours ● Int! non-null scalar graph-ql-types
Time limit after which a user will be required to repurchase @exposed
MRPublisher.purchasePer ● String! non-null scalar graph-ql-types
Unit of purchase @exposed
MRPublisher.price ● Int! non-null scalar graph-ql-types
Cost per unit @exposed
MRPublisher.firstPagePurchase ● Boolean! non-null scalar graph-ql-types
Indicates if the first page of a document is considered a purchase @exposed
MRPublisher.createdAt ● DateTime! non-null scalar graph-ql-types
When the publisher record was created @exposed
MRPublisher.updatedAt ● DateTime! non-null scalar graph-ql-types
When the publisher record was updated @exposed
MRPublisher.isActive ● Boolean! non-null scalar graph-ql-types
Publisher status @exposed