CreateBuyingGroupInput
No description
input CreateBuyingGroupInput {
account_id: ID!
description: String
members: [BuyingGroupMemberInput!]
name: String!
}
Fields
CreateBuyingGroupInput.account_id ● ID! non-null scalar
CreateBuyingGroupInput.description ● String scalar
CreateBuyingGroupInput.members ● [BuyingGroupMemberInput!] list input
CreateBuyingGroupInput.name ● String! non-null scalar
Member Of
createBuyingGroup mutation


