Skip to content

Commit

Permalink
Update docs/source/federated-types/composition.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
  • Loading branch information
StephenBarlow and rkoron007 committed Jul 25, 2022
1 parent c942e5d commit 2fd3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/federated-types/composition.mdx
Expand Up @@ -369,7 +369,7 @@ If an enum definition differs between subgraphs, the [composition strategy](#mer

| Scenario | Strategy |
|----------|----------|
| The enum is used as the return type for at least one object or interface field. | Union |
| The enum is used as the return type for at least one object or interface field. | [Union](#union) |
| The enum is used as the type for at least one field argument or input type field. | Intersection |
| **Both** of the above are true. | All definitions must match **exactly**. |

Expand Down

0 comments on commit 2fd3306

Please sign in to comment.