Skip to content

Commit

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

Expand Down

0 comments on commit 3b0e7ac

Please sign in to comment.