OBJECT

DinoService

link GraphQL Schema definition

1type DinoService {
2
3# Name of the service.
4name: ID!
5
6# List of configurable Dino operations in this service.
7operations: [DinoOperation!]
8
9}