Skip to content

Commit

Permalink
Update enum-merging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Oct 3, 2024
1 parent b3ae8be commit 5786407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfcs/enum-merging.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RFC: Handling Merging of Enums in Composite GraphQL Specifications
# RFC: Handling Merging of Enums

## Abstract

Expand Down Expand Up @@ -288,4 +288,4 @@ enum ShippingMethod {

- **Developer Unawareness**: Without explicit directives, developers might not realize that certain enum values are omitted from the gateway schema until runtime errors occur.
- **Runtime Errors Potential**: If a subgraph returns an enum value not present in the gateway's enum, it leads to serialization errors at runtime.
- **Evolvability Constraints**: Adding new enum values requires coordination across all subgraphs to ensure inclusion in the intersection, hindering independent evolution.
- **Evolvability Constraints**: Adding new enum values requires coordination across all subgraphs to ensure inclusion in the intersection, hindering independent evolution.

0 comments on commit 5786407

Please sign in to comment.