Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 273 Bytes

testQuery.md

File metadata and controls

16 lines (16 loc) · 273 Bytes

mutation { createPost( posttype: 0, quesid: "sdasdsa2s", title: "The first ever question", body: "lorem ipsum..............s asd s.a.asd. as.d .s", tags: { tag1: "tag1", tag2: "sdf", tag3: "asdas" } ) { ok, error } }