MembershipContactStoreMarketingSetup
Defines the settings for marketing tags within the scope of a membership contact store.
type MembershipContactStoreMarketingSetup {
groups(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MembershipContactStoreMarketingGroup!]!
tags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MembershipContactStoreMarketingTag!]!
}
Fields
MembershipContactStoreMarketingSetup.groups ● [MembershipContactStoreMarketingGroup!]! non-null object
A list of marketing groups defined for a membership contact store.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreMarketingSetup.groups.limit ● PaginationLimit! non-null scalar
MembershipContactStoreMarketingSetup.groups.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreMarketingSetup.tags ● [MembershipContactStoreMarketingTag!]! non-null object
A list of marketing tags defined for a membership contact store.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreMarketingSetup.tags.limit ● PaginationLimit! non-null scalar
MembershipContactStoreMarketingSetup.tags.offset ● NonNegativeInt! non-null scalar
Member Of
MembershipContactStoreSetup object