fix: remove assetID from EditCommentInput

This commit is contained in:
Wyatt Johnson
2018-09-11 16:35:00 -06:00
parent cf070ddb0f
commit a794fe8cd7
3 changed files with 10 additions and 14 deletions
@@ -26,7 +26,6 @@ export default (ctx: TenantContext) => ({
ctx.user!,
{
id: input.commentID,
asset_id: input.assetID,
body: input.body,
},
ctx.req
@@ -879,11 +879,6 @@ type CreateCommentPayload {
EditCommentInput provides the input for the editComment Mutation.
"""
input EditCommentInput {
"""
assetID is the ID of the Asset where we are editing a comment on.
"""
assetID: ID!
"""
commentID is the ID of the comment being edited.
"""