OBJECT
1type BuyerCreatePayload implements Payload {2# Required permission: Purchaser:read3# 4# Store restrictions apply.5buyer: Buyer 67userErrors: [UserError!]! 89}