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
IncludeAll
IncludeAll extends boolean
T
T extends Type
L
L extends boolean