fix: fixed docs, graphql type (#2704)

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