Skip to content

generateApolloClient returns wrong type #7

Open
@FreePhoenix888

Description

@FreePhoenix888

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;
}

): ApolloClient<any> {

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions