Skip to main content

CreatePeriodicalTemplatesPayload

The result payload for the createPeriodicalTemplate mutation.

type CreatePeriodicalTemplatesPayload {
numberOfCreatedPeriodicalTemplates: Int
success: Boolean
}

Fields

CreatePeriodicalTemplatesPayload.numberOfCreatedPeriodicalTemplates ● Int scalar

The total number of created periodical templates.

CreatePeriodicalTemplatesPayload.success ● Boolean scalar

Whether the periodical templates creation succeded or not.

Returned by

createPeriodicalTemplates mutation