Last update:
April 11, 2024
updateMemberDynamicProperties mutation¶
This mutation updates the member's dynamic properties.
Arguments¶
The InputUpdateMemberDynamicPropertiesType!
represents the input for updating the dynamic properties of a member.
Field | Description |
---|---|
memberId String! |
The Id of the member for which the dynamic properties are being updated. |
dynamicProperties InputDynamicPropertyValueType |
An array of input dynamic property values containing the updated values for the member's dynamic properties. |
Possible returns¶
Possible return | Description |
---|---|
MemberType |
A member entity |