Skip to content

Commit

Permalink
chore: update schema.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Aug 13, 2024
1 parent ecc4dde commit 068828a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subgraphs/products/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ enum ProductName {
type Employee @key(fields: "id") {
id: Int!
products: [ProductName!]!
productsCount: Int!
notes: String @override(from: "employees")
}

Expand Down

0 comments on commit 068828a

Please sign in to comment.