Back to Apollo Client

BaseHttpLink

docs/source/api/link/apollo-link-base-http.mdx

3.14.1852 B
Original Source

<DocBlock canonicalReference="@apollo/client/link/http!BaseHttpLink:class" customOrder={["summary", "remarks", "example"]} />

Constructor signature

ts
constructor(
  options: BaseHttpLink.Options = {}
): BaseHttpLink

Usage

See the HttpLink documentation for more information on how to use BaseHttpLink.

Types

<InterfaceDetails canonicalReference="@apollo/client/link/http!BaseHttpLink.ContextOptions:interface" headingLevel={3} displayName="BaseHttpLink.ContextOptions" />

<InterfaceDetails canonicalReference="@apollo/client/link/http!BaseHttpLink.HttpOptions:interface" headingLevel={3} displayName="BaseHttpLink.HttpOptions" />

<InterfaceDetails canonicalReference="@apollo/client/link/http!BaseHttpLink.Options:interface" headingLevel={3} displayName="BaseHttpLink.Options" />