INPUT_OBJECT

UpdateTestTypeInput

Test Type input

link GraphQL Schema definition

1input UpdateTestTypeInput {
4
2# Id of the Test Type.
3id: String
7
5# Name of the Test Type.
6name: String
8}