Simeon Georgiev

Results 2 issues of Simeon Georgiev

When I try to use this schema `{ User(id:1){ name } } ` I receive multiple exceptions.

Hello! I am trying to emit values from this Observable -> `Observable.interval(3,TimeUnit.SECONDS).doNext((l)->{shot()}).subscribe()` for a game, I am developing, but I am not able to use ifThen operator. Can you help...