Project | Number | Date |
---|---|---|
Graphql(test) | b03a562c-e7e2-43ba-bf4c-99864b3bf686 | 06 Mar 2022, 20:39 |
Steps | Scenarios | Features | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Feature | Passed | Failed | Skipped | Pending | Undefined | Total | Passed | Failed | Total | Duration | Status |
Graphql-Example - Workflow | 27 | 0 | 0 | 0 | 0 | 27 | 4 | 0 | 4 | 1.467 | Passed |
contentType | application/json |
variables.name | |
variables.age | i~0 |
query | mutation { createAuthor( name: "[name]", age: [age]) { id name } } |
data.createAuthor/name |
[name] |
data.createAuthor.name | [name] |
contentType | application/json |
variables.name | |
variables.age | i~0 |
query | mutation { createAuthor( name: "[name2]", age: [age2]) { id name } } |
data.createAuthor/name |
[name2] |
data.createAuthor.name | [name2] |
contentType | application/json |
query | query findAllAuthors { findAllAuthors { id name age } } |
id,name,age |
[id],[name], i~13 |
[id2],[name2], i~8 |