Hi folks,
I want to use absinthe_relay in a GraphQL Federation subgraph.
However, as explained here, PageInfo must be declared as @shareable.
I am using absinthe_federation, and I wanted to add shareable to the PageInfo type.
Is there a way to do this in my own project without touching the libraries? Thanks!!!