DeleteMembershipContactStoreCeCreditInput
Defines the input for applying a continuing education credit in a membership contact store.
input DeleteMembershipContactStoreCeCreditInput {
ceCreditId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreCeCreditInput.ceCreditId ● ID! non-null scalar
The identifier of the ce credit.
DeleteMembershipContactStoreCeCreditInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the continuing education credits is associated with.
Member Of
deleteMembershipContactStoreCeCredit mutation