UpdateMembershipPreferencesInput
Defines the input for updating the configuration preferences for membership.
input UpdateMembershipPreferencesInput {
id: ID!
membershipContactStoreId: ID!
startDay: PositiveInt
startMonth: PositiveInt
}
Fields
UpdateMembershipPreferencesInput.id ● ID! non-null scalar
The unique identifier of the membership preferences.
UpdateMembershipPreferencesInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the membership preferences are associated with.
UpdateMembershipPreferencesInput.startDay ● PositiveInt scalar
The number of the day for the start of a membership year. Optional.
If set to NULL, will default 31.
UpdateMembershipPreferencesInput.startMonth ● PositiveInt scalar
The number of the month for the start of a membership year. Optional.
If set to NULL, will default 1.
Member Of
updateMembershipPreferences mutation