Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 05:14
Show Gist options
  • Save manakuro/f53cabb000fd7e0c3a0975049e9142b8 to your computer and use it in GitHub Desktop.
Save manakuro/f53cabb000fd7e0c3a0975049e9142b8 to your computer and use it in GitHub Desktop.
expect.POST(router.QueryPath).WithJSON(map[string]string{
"query": `
mutation {
createUser(input: {name: "Tom1", age: 20}) {
age
name
id
createdAt
updatedAt
}
}`,
}).Expect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment