Skip to main content

CreateMembershipContactStoreScopedCustomFieldTabInput

Defines the input details for creating a custom field tab for a membership contact store.

input CreateMembershipContactStoreScopedCustomFieldTabInput {
area: MembershipContactStoreScopedCustomFieldArea!
membershipContactStoreId: ID!
name: String!
}

Fields

CreateMembershipContactStoreScopedCustomFieldTabInput.area ● MembershipContactStoreScopedCustomFieldArea! non-null enum

The area in a membership contact store the custom field tab applies to.

CreateMembershipContactStoreScopedCustomFieldTabInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the custom field tab is associated with.

CreateMembershipContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

A UTF-8 string representing the name of the custom field tab.

Member Of

createMembershipContactStoreScopedCustomFieldTab mutation