ProviderQuery<T extends Provider<Model> > constructor
const
ProviderQuery<T extends Provider<Model> > ()
Specify query arguments that are exclusive to a specific Provider
.
For example, configuring a REST's POST method.
Implementations must specify the generic type argument as Provider
will read Query
for this type.
Provider
implementations should expect only one ProviderQuery per T
.
Implementation
const ProviderQuery();