Skip to content

Commit

Permalink
Field name in GraphQL query should match the server's schema (#5242)
Browse files Browse the repository at this point in the history
  • Loading branch information
doeringp committed Jul 15, 2022
1 parent 49746f5 commit 3274ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/defining-a-schema/unions.md
Expand Up @@ -23,7 +23,7 @@ Clients can query fields returning a union like the following.

```graphql
{
postContent {
content {
... on TextContent {
text
}
Expand Down

0 comments on commit 3274ab2

Please sign in to comment.