Skip to content

Commit

Permalink
Cleanup example for Option 4
Browse files Browse the repository at this point in the history
Resolves: #53 (comment)
  • Loading branch information
PascalSenn committed Oct 6, 2024
1 parent b214556 commit 6c5247a
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
Expand Up @@ -399,7 +399,7 @@ enum ShippingMethod {

```graphql
enum ShippingMethod {
STANDARD
STANDARD @inaccessible
ECONOMY
EXPRESS
}
Expand All @@ -411,7 +411,7 @@ enum ShippingMethod {
enum ShippingMethod {
ECONOMY
EXPRESS
INTERNATIONAL
INTERNATIONAL @inaccessible
}
```

Expand Down

0 comments on commit 6c5247a

Please sign in to comment.