GraphQL - Schema Definition Language (SDL)
You want to add a new enum value
SUPER_ADMIN to an existing enum Role used in many queries. What is the best practice to avoid breaking existing clients?