Skip to content

Commit

Permalink
add query that impact all services
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed May 21, 2021
1 parent a21cf2d commit d3ad3c8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion examples/apollo-federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ Try
```graphql
{
topProducts {
upc
name
inStock
shippingEstimate
reviews {
id
author {
name
}
product {
name
}
}
}
}
```
13 changes: 12 additions & 1 deletion examples/apollo-managed-federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ Try
```graphql
{
topProducts {
upc
name
inStock
shippingEstimate
reviews {
id
author {
name
}
product {
name
}
}
}
}
```
13 changes: 12 additions & 1 deletion examples/mercurius-federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ Try
```graphql
{
topProducts {
upc
name
inStock
shippingEstimate
reviews {
id
author {
name
}
product {
name
}
}
}
}
```

0 comments on commit d3ad3c8

Please sign in to comment.