httprunner/HttpRunnerManager

/graphql 类型请求执行时报错,是不是httprunnermanager不支持呀。用httprunner可正常执行呢,导入后就不能执行了

wallaceok opened this issue · 0 comments

/graphql 类型请求执行时报错,是不是httprunnermanager不支持呀。用httprunner可正常执行呢,导入后就不能执行了
请求是个json字符串
{
"query": "\n mutation suLogin($mobile: String!, $password: String!,$remember_me: Boolean) {\n login:suLogin(mobile: $mobile, password: $password,remember_me: $remember_me)\n }\n ",
"variables": {
"mobile": "13893718888",
"password": "123456",
"remember_me": true
}
}