Expand description
Shape definition schema: parameterized boundaries for sync subscriptions.
A “shape” defines what subset of the database a Lite client sees. Three shape types:
- Document shape:
SELECT * FROM collection WHERE predicate - Graph shape: N-hop subgraph from a root node
- Vector shape: collection + optional namespace filter
Structs§
- Archived
Shape Definition - An archived
ShapeDefinition - Shape
Definition - A shape definition: describes which data falls within the subscription.
- Shape
Definition Resolver - The resolver for an archived
ShapeDefinition
Enums§
- Archived
Shape Type - An archived
ShapeType - Shape
Type - Shape type: determines how mutations are evaluated for inclusion.
- Shape
Type Resolver - The resolver for an archived
ShapeType