fix: fixed docs, graphql type (#2704)

This commit is contained in:
Wyatt Johnson
2019-11-12 19:00:51 +00:00
committed by Kim Gardner
parent 2ef07429c2
commit 033433549a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -5100,7 +5100,7 @@ input RequestUserCommentsDownloadInput {
"""
userID specifies user to download comments for
"""
userID: String!
userID: ID!
"""
clientMutationId is required for Relay support.