PeriodicalTemplate
No description
type PeriodicalTemplate {
id: ID!
namespaceId: ID!
namespace: Namespace
periodical: PeriodicalMetadata!
concurrency: Int!
count: Int
startsAt: Date
endsAt: Date
customAttributes: [Attribute!]!
}
Fields
PeriodicalTemplate.id ● ID! non-null scalar
PeriodicalTemplate.namespaceId ● ID! non-null scalar
PeriodicalTemplate.namespace ● Namespace object
PeriodicalTemplate.periodical ● PeriodicalMetadata! non-null object
PeriodicalTemplate.concurrency ● Int! non-null scalar
PeriodicalTemplate.count ● Int scalar
PeriodicalTemplate.startsAt ● Date scalar
PeriodicalTemplate.endsAt ● Date scalar
PeriodicalTemplate.customAttributes ● [Attribute!]! non-null object
Returned by
createPeriodicalTemplate mutation ● periodicalTemplate query
Member of
PeriodicalTemplateEdge object