UNPKG

1.73 kBTypeScriptView Raw
1export declare const RESOLVER_TYPE_METADATA = "graphql:resolver_type";
2export declare const RESOLVER_NAME_METADATA = "graphql:resolver_name";
3export declare const RESOLVER_PROPERTY_METADATA = "graphql:resolve_property";
4export declare const FIELD_RESOLVER_MIDDLEWARE_METADATA = "graphql:field_resolver_middleware";
5export declare const RESOLVER_DELEGATE_METADATA = "graphql:delegate_property";
6export declare const SCALAR_NAME_METADATA = "graphql:scalar_name";
7export declare const SCALAR_TYPE_METADATA = "graphql:scalar_type";
8export declare const PARAM_ARGS_METADATA = "__routeArguments__";
9export declare const SUBSCRIPTION_OPTIONS_METADATA = "graphql:subscription_options;";
10export declare const CLASS_TYPE_METADATA = "graphql:class_type";
11export declare const RESOLVER_REFERENCE_KEY = "__resolveReference";
12export declare const RESOLVER_REFERENCE_METADATA = "graphql:resolve_reference";
13export declare const FIELD_TYPENAME = "__resolveType";
14export declare const GRAPHQL_MODULE_OPTIONS = "GqlModuleOptions";
15export declare const GRAPHQL_MODULE_ID = "GqlModuleId";
16export declare const SUBSCRIPTION_TYPE = "Subscription";
17export 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 */";
18export declare const GRAPHQL_SDL_FILE_HEADER = "# ------------------------------------------------------\n# THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)\n# ------------------------------------------------------\n\n";
19export declare const GRAPHQL_SDL_FILE_END = "\n";
20//# sourceMappingURL=graphql.constants.d.ts.map
\No newline at end of file