Skip to content

Commit

Permalink
Update for docs quickstart (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Jun 18, 2024
1 parent 65ec8b3 commit 8ea0754
Show file tree
Hide file tree
Showing 6 changed files with 422 additions and 2 deletions.
5 changes: 5 additions & 0 deletions router-config-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
supergraph:
listen: 127.0.0.1:4000

telemetry:
instrumentation:
spans:
mode: spec_compliant

headers:
all:
request:
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/checkout/data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const activeCarts = [
{
userId: "user:1",
items: [{ id: "variant:1" }, { id: "variant:2" }],
items: [{ id: "variant:2" }, { id: "variant:5" }],
},
{
userId: "user:2",
Expand Down
Loading

0 comments on commit 8ea0754

Please sign in to comment.