As per getting started documentations,
It seems the official recommended way to set up the project is with Relay.Node,
Integration with django-filters DjangoFilterConnectionField rely on Relay integration.
Further, I need below code:
class Meta:
interfaces = (Node,)
I am planning to use VueJS / Apollo. Does this mean I cannot go Apollo but have to use Relay, or does it not matter? What is the recommended stack?