GraphQL: DX Relational Where Query (#6255)
* DX Relational Where Query * Remove WherePointer & fix tests * Add have, haveNot, exists on Pointer/Relation where input * Merge branch 'master' into gql-relational-query * Enable inQueryKey * better descrption
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
afe49cb1f7
commit
5d76b2f354
@@ -67,13 +67,12 @@ const findObjects = async (
|
||||
auth,
|
||||
info,
|
||||
selectedFields,
|
||||
fields
|
||||
parseClasses
|
||||
) => {
|
||||
if (!where) {
|
||||
where = {};
|
||||
}
|
||||
transformQueryInputToParse(where, fields, className);
|
||||
|
||||
transformQueryInputToParse(where, className, parseClasses);
|
||||
const skipAndLimitCalculation = calculateSkipAndLimit(
|
||||
skipInput,
|
||||
first,
|
||||
|
||||
Reference in New Issue
Block a user