From f2ee5b42b77c1d7af4d6dc74cc5847daaad7131e Mon Sep 17 00:00:00 2001 From: Michael Berger <41450229+berger-michael@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:48:30 -0500 Subject: [PATCH] Update products-schema.graphql --- products-schema.graphql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/products-schema.graphql b/products-schema.graphql index 3ad0ca7..6d11a61 100644 --- a/products-schema.graphql +++ b/products-schema.graphql @@ -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 #}