## API Report File for "graphql-http-transformer" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { default as default_2 } from 'cloudform-types/types/appSync/dataSource'; import { default as default_3 } from 'cloudform-types/types/appSync/resolver'; import { DirectiveNode } from 'graphql'; import { FieldDefinitionNode } from 'graphql'; import { InterfaceTypeDefinitionNode } from 'graphql'; import { ObjectTypeDefinitionNode } from 'graphql'; import Template from 'cloudform-types/types/template'; import { Transformer as Transformer_2 } from 'graphql-transformer-core'; import { TransformerContext } from 'graphql-transformer-core'; // @public (undocumented) export interface HttpHeader { // (undocumented) key: String; // (undocumented) value: String; } // @public (undocumented) export class HttpTransformer extends Transformer_2 { constructor(); // (undocumented) before: (ctx: TransformerContext) => void; // (undocumented) field: (parent: ObjectTypeDefinitionNode | InterfaceTypeDefinitionNode, field: FieldDefinitionNode, directive: DirectiveNode, ctx: TransformerContext) => void; // Warning: (ae-forgotten-export) The symbol "ResourceFactory" needs to be exported by the entry point index.d.ts // // (undocumented) resources: ResourceFactory; // (undocumented) static urlRegex: RegExp; } // (No @packageDocumentation comment for this package) ```