export const GRAPHQL_SORTING_DECORATOR_METADATA_KEY = 'GraphqlSortingDecorator'; export const SORTING_DECORATOR_OPTIONS_METADATA_KEY = 'SortingPropertyDecoratorOptions'; export const SORTING_DECORATOR_INDEX_METADATA_KEY = 'SortingPropertyDecoratorIndex'; export const SORTING_DECORATOR_CUSTOM_FIELDS_METADATA_KEY = 'SortingCustomFieldsDecoratorOptions'; export const SORTING_OPERATION_PREFIX = process.env.SORTING_OPERATION_PREFIX || undefined;