BuyingGroupMember
A Contact's membership of a Buying Group, flattened with the pivot's role so the client does not have to reach through a pivot object.
type BuyingGroupMember {
contact_id: ID!
email: String
first_name: String
last_name: String
role: String
role_id: ID
}
Fields
BuyingGroupMember.contact_id ● ID! non-null scalar
BuyingGroupMember.email ● String scalar
BuyingGroupMember.first_name ● String scalar
BuyingGroupMember.last_name ● String scalar
BuyingGroupMember.role ● String scalar
BuyingGroupMember.role_id ● ID scalar
Member Of
BuyingGroup object


