INPUT_OBJECT

UnitTestInput

link GraphQL Schema definition

1input UnitTestInput {
4
2# The title of the unit test.
3title: String!
7
5# The weight of the unit test for scoring.
6weight: Int!
8}