GraphQL Schema Reference
CreateTestCasePayload ¶
GraphQL Schema definition ¶
- type CreateTestCasePayload {
- : [TestCase]
- # Populated only by createWithoutTemplate, createWithTemplateMatchByName, and
- # createWithTemplateMatchByLibraryId. This has one item per submitted testCaseData
- # entry,
- # in submission order, each carrying back its (caller-supplied or
- # server-generated)
- # clientId. Null for the other mutations returning this payload (createTemplate,
- # cloneTemplate, createTemplateFromEnvTestCase).
- : [TestCaseCreateItem]
- }