Interface IApolloClientGeneratorOptions

interface IApolloClientGeneratorOptions {
    client?: string;
    headers?: any;
    initialStore?: any;
    path?: string;
    relative?: boolean;
    secret?: string;
    ssl?: boolean;
    token?: string;
    ws?: boolean;
}

Properties

client?: string
headers?: any
initialStore?: any
path?: string
relative?: boolean
secret?: string
ssl?: boolean
token?: string
ws?: boolean