INPUT_OBJECT

DisplayOptions

How the results should be rendered

link GraphQL Schema definition

1input DisplayOptions {
4
2# Whether to display results using ASCII-only characters
3asciiMode: Boolean
7
5# What language to display the results in
6language: Language
8}