mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 20:50:49 +08:00
Tests and cleanup, 2 to go
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user