Oded Falik

Results 2 issues of Oded Falik

### Description Pressing the right arrow key pans the view left (and vice versa, as well as for up/down panning). If this is actually a bug and not expected behavior,...

bug

I'm trying to get batching set up on a 1:N relationship. Suppose a `Foo` has many `Bar`s ```python class FooObject(SQLAlchemyObjectType): class Meta: model = Foo interfaces = (graphene.relay.Node,) bars =...