Skip to content

Commit d3ad3c8

Browse files
committed
add query that impact all services
1 parent a21cf2d commit d3ad3c8

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

examples/apollo-federation/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ Try
1212
```graphql
1313
{
1414
topProducts {
15-
upc
15+
name
16+
inStock
17+
shippingEstimate
18+
reviews {
19+
id
20+
author {
21+
name
22+
}
23+
product {
24+
name
25+
}
26+
}
1627
}
1728
}
1829
```

examples/apollo-managed-federation/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ Try
1212
```graphql
1313
{
1414
topProducts {
15-
upc
15+
name
16+
inStock
17+
shippingEstimate
18+
reviews {
19+
id
20+
author {
21+
name
22+
}
23+
product {
24+
name
25+
}
26+
}
1627
}
1728
}
1829
```

examples/mercurius-federation/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ Try
1212
```graphql
1313
{
1414
topProducts {
15-
upc
15+
name
16+
inStock
17+
shippingEstimate
18+
reviews {
19+
id
20+
author {
21+
name
22+
}
23+
product {
24+
name
25+
}
26+
}
1627
}
1728
}
1829
```

0 commit comments

Comments
 (0)