Chris
Chris
In case anyone else ends up here the work around is below : `gem 'has_friendship', github: 'sungwoncho/has_friendship'` in your gem file
Thanks @abachman & @geshwho, If we get something up and running here I'll `paste` it into this thread
@geshwho our team came up with below in the mean time if that helps anyone else : ```ruby # app/graphql/types/base_connection.rb module Types class BaseConnection < Types::BaseObject # add `nodes` and...
> Hello 👋 , > > We are also having this same problem. We have tested the approaches shared above and still can't find a workaround that works. > >...
@geshwho i'm also in the mix of working on a PR of a `fed2` version of the libs **example** which is using `fed1`
thanks @skukx :) below for those wondering where to put the fix ( that might have just been me .. ) ```ruby # app/graphql/types/base_connection.rb module Types class BaseConnection < Types::BaseObject...
> You could technically place those lines anywhere. I chose to place it at the top of my `graphql_schema.rb`. You could also place it in an initializer as well. Thanks...
@newhouse let me know if below is too long / you want it deleted. Hope this saves the next person from all the time it took me :) Below is...
getting this one also :)
looks like there is a [PR](https://github.com/gzigzigzeo/sidekiq-grouping/pull/46) already @jaredmoody