Vlad Vasilov

Results 2 issues of Vlad Vasilov

editor: ``` ``` tried: ``` $scope.aceLoaded = function(_editor) { var _session = _editor.getSession(); _session.setValue('hello'); }; ``` and: ``` $scope.aceLoaded = function(_editor) { _editor.setValue('hello'); }; ``` Expect this everything works nice,...

**The cookies are absent in the request originating from Playground.** Here is a workaround: 1) Go to your GraphQl Playground 2) In the top right corner click on the gear...