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
@@ -145,7 +145,7 @@ const load = function(
|
||||
auth,
|
||||
info,
|
||||
selectedFields,
|
||||
parseClass.fields
|
||||
parseGraphQLSchema.parseClasses
|
||||
);
|
||||
} catch (e) {
|
||||
parseGraphQLSchema.handleError(e);
|
||||
|
||||
Reference in New Issue
Block a user