1 2 3 4 5
query QueryWithVar($input_enum: SomeEnum) { enumInputQuery(enumInput: $input_enum) { listOfBools } }