Skip to main content

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:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
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:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
MembershipContactStoreMarketingSetup.tags.limit ● PaginationLimit! non-null scalar
MembershipContactStoreMarketingSetup.tags.offset ● NonNegativeInt! non-null scalar

Member Of

MembershipContactStoreSetup object