Interface: WithQueryProps<T>
Type parameters
Name |
---|
T |
Properties
data
• data: T
[]
The data returned from the query
passed to the withServerQuery
HOC. On initial render, the data will be
passed from the server. If the component subscribes to query snaphosts, the data will be updated whenever the
query results change.