UNPKG

@sterblue/sterblue-sdk

Version:

Sterblue Graph SDK for graphile.sterblue.com

5 lines (4 loc) 300 B
import { GraphQLClient } from "graphql-request"; import { Configuration } from "../configuration"; export declare type GraphqlRequestSdkConfiguration = Configuration & Partial<ConstructorParameters<typeof GraphQLClient>[1]>; export declare const defaultConfiguration: GraphqlRequestSdkConfiguration;