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 #}