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