From 033433549aadcfab0dbc82a1437669eea8be66d2 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 12 Nov 2019 19:00:51 +0000 Subject: [PATCH] fix: fixed docs, graphql type (#2704) --- README.md | 2 +- src/core/server/graph/tenant/schema/schema.graphql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25017761c..a38c05d55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Coral ![CircleCI](https://img.shields.io/circleci/project/github/coralproject/talk/next.svg) +# Coral ![CircleCI](https://img.shields.io/circleci/project/github/coralproject/talk.svg) Online comments are broken. Our open-source commenting platform, Coral, rethinks how moderation, comment display, and conversation function, creating the diff --git a/src/core/server/graph/tenant/schema/schema.graphql b/src/core/server/graph/tenant/schema/schema.graphql index a03b76c40..939a10613 100644 --- a/src/core/server/graph/tenant/schema/schema.graphql +++ b/src/core/server/graph/tenant/schema/schema.graphql @@ -5100,7 +5100,7 @@ input RequestUserCommentsDownloadInput { """ userID specifies user to download comments for """ - userID: String! + userID: ID! """ clientMutationId is required for Relay support.