split is mandatory and has it is two protocols under hood ( ws and http ) you need to specify this
f
fabien0102
03/06/2018, 9:19 AM
Totally fine for me, I was just asking if a shortcut exists when you "just" have the procotol that change (it can be a good idea since graphql-yoga provide a standard way to build subscription, maybe something to add into
apollo-boost
)
v
Victor
03/06/2018, 9:20 AM
Yes but two times is that that much
Victor
03/06/2018, 9:21 AM
and if you want to use other links ( rest for example ) you might have a different auth system
f
fabien0102
03/06/2018, 10:31 AM
Of course, it's just to have a shortcut, if you have Rest, Http and Ws links with different auth system, you are obviously in an advanced case ^^