Sebastian Packmann
Sebastian Packmann
Looks like it was changed on a previous pull request. Visualizations should live inside the sompy package and imported in __init__.py if you want to make all viz available directly...
@devnoname120 have you tried that fixed? if it worked and every test is passing, would you submit a pull request? Thanks!
Yeah, the thing is that we can only test this by inspecting a database to create the models. Is gonna be a tricky test to build, but the last PR...
I'm on 3.1.6 using Ariadne. Looks like it supports an interface implementing another, but then it shows that error message ```graphql interface Node { id: String! } type PageInfo {...
@syrusakbary @stefanoulis This is our updated version that fixes some bugs ```python def connection_from_list_slice(list_slice, args=None, connection_type=None, edge_type=None, pageinfo_type=None): ''' Given an iterator it consumes the needed amount based on the...
@sliverc created the PR [here](https://github.com/graphql-python/graphql-relay-py/pull/27)
for the record @ironyee @sliverc added a fix to avoid an extra query when checking the n+1
I think we really need this to be merged, would it be possible to have this fixed?
I haven't done any work with django and graphene, so not sure my self.
Yes, I needed something similar and ended up using a callable that check that the error is of the type i want. But that functionality is only in the latest...