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.