schema.Query
Query
provides programmatic access to the Reactive Data Client cache while maintaining
the same high performance and referential equality guarantees expected of Reactive Data Client.
Query
can be rendered using schema lookup hook useQuery()
Query members
schema
Schema used to retrieve/denormalize data from the Reactive Data Client cache. This accepts any Queryable schema: Entity, All, Collection, Query, and Union.
process(entries, ...args)
Takes the (denormalized) response as entries and arguments and returns the new response for use with useQuery