UpdateBuyingGroupInput
members is the COMPLETE desired membership list, not a set of deltas — omitting
a Contact that is currently a member REMOVES it. Omit the field entirely to leave
membership untouched; pass an empty list to remove every member.
input UpdateBuyingGroupInput {
description: String
id: ID!
members: [BuyingGroupMemberInput!]
name: String
}
Fields
UpdateBuyingGroupInput.description ● String scalar
UpdateBuyingGroupInput.id ● ID! non-null scalar
UpdateBuyingGroupInput.members ● [BuyingGroupMemberInput!] list input
UpdateBuyingGroupInput.name ● String scalar
Member Of
updateBuyingGroup mutation


