OBJECT

Usage

link GraphQL Schema definition

1type Usage {
2
3engineId: ID
4
5cost: String
6
7duration: Int
8
9}