EventMarketingGroup
Defines the marketing group for a group of marketing tags within the scope of an event.
type EventMarketingGroup {
associatedMarketingGroupId: ID
createdAt: DateTime!
createdBy: String
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
tags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [EventMarketingTag!]!
uniqueCode: String
}