OBJECT

Example

Example Type

link GraphQL Schema definition

1type Example {
2
3# Id of the Example.
4id: String
5
6# Status of the Example.
7status: StepStatus
8
9# Duration of the Example.
10duration: Float
11
12}