UNPKG

@appello/services

Version:

Services package with api / graphql

5 lines (4 loc) 279 B
import { ApolloClient } from '@apollo/client'; import { AnyObject } from '@appello/common'; import { GqlBaseTokens, GqlClientConfig } from './types'; export declare function createGqlClient<T extends AnyObject = GqlBaseTokens>(config: GqlClientConfig<T>): ApolloClient<unknown>;