UNPKG

261 BTypeScriptView Raw
1import { ApolloLink } from "apollo-link";
2export { ApolloLink };
3export declare const getIdFromKey: (key: string) => string;
4export declare const ENGINE_URI = "https://engine-graphql.apollographql.com/api/graphql/";
5export declare const engineLink: ApolloLink;