OBJECT
DeveloperConsoleOptions
link GraphQL Schema definition
1 type DeveloperConsoleOptions { 2 3 # List of configurable Dino services/operations. 4 : [DinoService!] 5 6 }
OBJECT
1 type DeveloperConsoleOptions { 2 3 # List of configurable Dino services/operations. 4 : [DinoService!] 5 6 }