OBJECT
EmailTemplateRepository
link GraphQL Schema definition
- type EmailTemplateRepository {
- # Arguments
- # entityId: ID of the entity to retrieve.
- ID!): EmailTemplateEntity ( :
- # Arguments
- # entityIds: IDs of the entities to retrieve.
- ID!]!): [EmailTemplateEntity!]! ( : [
- # Arguments
- # limit: Number of entities to retrieve.
- # offset: How many entities from beginning to skip.
- # filter: Filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: Returns deleted records as well. Default false.
- (
- Int, :
- Int, :
- EmailTemplateFilterInput, :
- EmailTemplateOrderByInput!], : [
- Boolean :
- ): [EmailTemplateEntity!]!
- # Arguments
- # filter: filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: [Not documented]
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- EmailTemplateFilterInput, :
- EmailTemplateOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): EmailTemplateEntityConnection
- # Arguments
- # id: [Not documented]
- # revision: [Not documented]
- (
- UUID!, :
- Int! :
- ): [UUID!]!
- # Arguments
- # entityId: Source template entity id to personify.
- # personificationEntityData: Map of related personified data
- (
- ID!, :
- PersonificationEntityDataParams!]! : [
- ): EmailTemplatePersonificationResult!
- # Arguments
- # entity: Source template entity. It will not create this entity,
- # just use its data to preview.
- # personificationEntityData: Map of related personified data
- (
- CreateEmailTemplateInput!, :
- PersonificationEntityDataParams!]! : [
- ): EmailTemplatePersonificationResult!
- # Arguments
- # entityId: [Not documented]
- # operation: [Not documented]
- # sharing: [Not documented]
- (
- UUID!, :
- AffectedProcessesOperationType!, :
- AffectedProcessesSharing :
- ): [AffectedProcessesProcessOutput!]!
- # Arguments
- # entityId: [Not documented]
- # operation: [Not documented]
- # sharing: [Not documented]
- (
- UUID!, :
- AffectedProcessesOperationType!, :
- AffectedProcessesSharing :
- ): [AffectedProcessesProcessOutput!]!
- # Arguments
- # entityId: [Not documented]
- # processId: [Not documented]
- UUID!, : UUID): StatusInProcessOutput! ( :
- # Arguments
- # entityId: [Not documented]
- # emailSequenceId: [Not documented]
- (
- UUID!, :
- UUID :
- ): StatusInProcessOutput!
- }