MCPcopy Create free account
hub / github.com/decaporg/decap-cms /

Class

packages/decap-cms-backend-github/src/GraphQLAPI.ts:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected