| 96 | type GitHubPull = Endpoints['GET /repos/{owner}/{repo}/pulls']['response']['data'][0]; |
| 97 | |
| 98 | export default class GraphQLAPI extends API { |
| 99 | client: ApolloClient<NormalizedCacheObject>; |
| 100 | |
| 101 | constructor(config: Config) { |
nothing calls this directly
no outgoing calls
no test coverage detected