OBJECT
1type AccountCreatePayload implements Payload {2# Required permission: Account:read3# 4# Store restrictions apply.5account: Account 67userErrors: [UserError!]! 89}