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