Tests and cleanup, 2 to go

This commit is contained in:
Belen Curcio
2017-04-12 21:17:07 -03:00
parent 32defa66e6
commit d9d3f5e85b
+2 -2
View File
@@ -12,8 +12,8 @@ describe('graph.mutations.createComment', () => {
beforeEach(() => SettingsService.init());
const query = `
mutation CreateComment($body: String = "Here's my comment!") {
createComment(asset_id: "123", body: $body) {
mutation CreateComment($comment: CreateCommentInput = {asset_id: 123, body: "Here's my comment!"}) {
createComment(comment: $comment) {
comment {
id
status