UNPKG

willwill96-petfinder-graphql

Version:

contains files and utilities to bootstrap a graphql instance wrapping the petfinder api

6 lines (5 loc) 242 B
import { Options as AccessTokenOptions } from '../utils/get-petfinder-access-token'; declare const generateContext: (options: AccessTokenOptions) => { fetchPetfinderRoute: (url: string) => Promise<any>; }; export default generateContext;