Open
Description
Actualy generateApolloClient returns ApolloClient which has ssl
and path
options. Possibly we should use union type like this :
export type GenerateApolloClient = ApolloClient<any> & {
path: string;
ssl: boolean;
}
Line 54 in 947d587
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress