UNPKG

github-graphql-api

Version:

A node client for the GitHub GraphQL API with minimal dependencies created with TypeScript.

8 lines (7 loc) 120 B
export interface Dict<T> { [key: string]: T; } export interface Options { token: string; apiUrl?: string; }