OBJECT

DinoOperation

link GraphQL Schema definition

1type DinoOperation {
2
3# Name of the service.
4serviceName: String!
5
6# Name of the operation.
7operationName: String!
8
9}

link Required by