UNPKG

@apollo-orbit/angular

Version:

A fully-featured GraphQL client for Angular with modular state management.

7 lines (6 loc) 152 B
export interface HttpConfig { [key: string]: any; method: string; headers?: Record<string, string>; credentials?: RequestCredentials; }