UpdateMembershipRegistrationInput
Defines the input for updating a membership registration.
input UpdateMembershipRegistrationInput {
comment: String
contactId: ID!
isActive: Boolean!
membershipCategoryId: ID!
membershipContactStoreId: ID!
membershipEndDate: LocalDate
membershipFeeTypeId: ID!
membershipRegistrationId: ID!
membershipStartDate: LocalDate
paymentEndDate: LocalDate
paymentStartDate: LocalDate
}
Fields
UpdateMembershipRegistrationInput.comment ● String scalar
The comment associated with the membership registration. Optional.
UpdateMembershipRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact associated with the membership registration.
UpdateMembershipRegistrationInput.isActive ● Boolean! non-null scalar
The flag indicating if the membership registration is active or canceled.
UpdateMembershipRegistrationInput.membershipCategoryId ● ID! non-null scalar
The membership category identifier of the membership registration.