Skip to content

Commit

Permalink
Update products-schema.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
berger-michael authored Oct 4, 2023
1 parent e3f6f74 commit f2ee5b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions products-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,16 @@ type User @key(fields: "id") {
id: ID!
}

"""
A specific review by a user about a product. This contains all the high level details about a review including the body of the review.
"""
#"""
#A specific review by a user about a product. This contains all the high level details about a review including the body of the review.
#"""
#type Review @key(fields: "id") {
#ADD REVIEW FIELDS AND RETURN TYPES HERE
#}

"""
A Subscription for whenever a new review has been added.
"""
#"""
#A Subscription for whenever a new review has been added.
#"""
#type Subscription {
#ADD SUBSCRIPTION FIELDS AND RETURN TYPES HERE
#}

0 comments on commit f2ee5b4

Please sign in to comment.