Skip to content

Commit

Permalink
chore: update products
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Sep 3, 2024
1 parent 160a1dd commit 1233549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demos/go/pkg/subgraphs/products/subgraph/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Employee @key(fields: "id") {
id: Int!
products: [ProductName!]!
productCount: Int!
notes: String @override(from: "employees")
notes: String @override(from: "employees-default-8")
}

union Products = Consultancy | Cosmo | Documentation
Expand Down

0 comments on commit 1233549

Please sign in to comment.