UpdateMembershipContactStoreContactGroupNameInput
Defines the input details for updating the name of a contact group in a membership contact store.
input UpdateMembershipContactStoreContactGroupNameInput {
coordinatorId: ID!
groupName: String!
membershipContactStoreId: ID!
}
Fields
UpdateMembershipContactStoreContactGroupNameInput.coordinatorId
● ID!
non-null scalar
The identifier of the contact who is the coordinator of the group.
UpdateMembershipContactStoreContactGroupNameInput.groupName
● String!
non-null scalar
The name of the contact group.
UpdateMembershipContactStoreContactGroupNameInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store associatetd with the coordinator.