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