@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
20 lines • 1.73 kB
TypeScript
export declare const RESOLVER_TYPE_METADATA = "graphql:resolver_type";
export declare const RESOLVER_NAME_METADATA = "graphql:resolver_name";
export declare const RESOLVER_PROPERTY_METADATA = "graphql:resolve_property";
export declare const FIELD_RESOLVER_MIDDLEWARE_METADATA = "graphql:field_resolver_middleware";
export declare const RESOLVER_DELEGATE_METADATA = "graphql:delegate_property";
export declare const SCALAR_NAME_METADATA = "graphql:scalar_name";
export declare const SCALAR_TYPE_METADATA = "graphql:scalar_type";
export declare const PARAM_ARGS_METADATA = "__routeArguments__";
export declare const SUBSCRIPTION_OPTIONS_METADATA = "graphql:subscription_options;";
export declare const CLASS_TYPE_METADATA = "graphql:class_type";
export declare const RESOLVER_REFERENCE_KEY = "__resolveReference";
export declare const RESOLVER_REFERENCE_METADATA = "graphql:resolve_reference";
export declare const FIELD_TYPENAME = "__resolveType";
export declare const GRAPHQL_MODULE_OPTIONS = "GqlModuleOptions";
export declare const GRAPHQL_MODULE_ID = "GqlModuleId";
export declare const SUBSCRIPTION_TYPE = "Subscription";
export declare const DEFINITIONS_FILE_HEADER = "\n/*\n * -------------------------------------------------------\n * THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)\n * -------------------------------------------------------\n */\n\n/* tslint:disable */\n/* eslint-disable */";
export declare const GRAPHQL_SDL_FILE_HEADER = "# ------------------------------------------------------\n# THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)\n# ------------------------------------------------------\n\n";
export declare const GRAPHQL_SDL_FILE_END = "\n";
//# sourceMappingURL=graphql.constants.d.ts.map