[Flexible-schema] Add findOne and fix findMany pagination + soft-delete for graphql-query-runner (#6978)
This commit is contained in:
@ -8,6 +8,7 @@ export class GraphqlQueryRunnerException extends CustomException {
|
||||
}
|
||||
|
||||
export enum GraphqlQueryRunnerExceptionCode {
|
||||
INVALID_QUERY_INPUT = 'INVALID_QUERY_INPUT',
|
||||
MAX_DEPTH_REACHED = 'MAX_DEPTH_REACHED',
|
||||
INVALID_CURSOR = 'INVALID_CURSOR',
|
||||
INVALID_DIRECTION = 'INVALID_DIRECTION',
|
||||
@ -15,4 +16,5 @@ export enum GraphqlQueryRunnerExceptionCode {
|
||||
ARGS_CONFLICT = 'ARGS_CONFLICT',
|
||||
FIELD_NOT_FOUND = 'FIELD_NOT_FOUND',
|
||||
OBJECT_METADATA_NOT_FOUND = 'OBJECT_METADATA_NOT_FOUND',
|
||||
RECORD_NOT_FOUND = 'RECORD_NOT_FOUND',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user