MCPcopy Create free account
hub / github.com/parse-community/parse-server /

Class

src/LiveQuery/Subscription.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type QueryData = { [attr: string]: any };
5
6class Subscription {
7 // It is query condition eg query.where
8 query: QueryData;
9 className: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected