Type Alias: QueryDefault<IncludeAll, T, L>
QueryDefault<
IncludeAll,T,L> =If<IncludeAll,PatreonQuery<T,RelationshipFields<T>,RelationshipMap<T,RelationshipFields<T>>,L>,PatreonQuery<T,never,never,L>>
Defined in: schemas/v2/query.ts:106
Type Parameters
| Type Parameter |
|---|
IncludeAll extends boolean |
T extends Type |
L extends boolean |