/** * Injects the GraphQL client configuration from this module into a service/controller */ export declare const InjectGraphQLConfig: () => PropertyDecorator & ParameterDecorator; /** * Injects the GraphQL client provided by this module into a service/controller */ export declare const InjectGraphQLClient: () => PropertyDecorator & ParameterDecorator; //# sourceMappingURL=graphql-request.decorators.d.ts.map