When I cmd+click into the `syncState` property of ...
# orm-help
t
When I cmd+click into the
syncState
property of
ctx.prism.$subscribe.syncState
it is definitely available and defined:
Copy code
syncState: (
    where?: SyncStateSubscriptionWhereInput
  ) => SyncStateSubscriptionPayloadSubscription;