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