I am still a bit new to GraphQL, but one approach to model this might be to construct a subscription for the union of the ‘InitialState’ and ‘DeltaOfChanges’ types.
Because you then only make a single request (to establish the connection for the subscription), the issue of the race condition would be solved.






















