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

Method query

packages/decap-cms-backend-github/src/GraphQLAPI.ts:147–151  ·  view source on GitHub ↗
(options: QueryOptions<OperationVariables>)

Source from the content-addressed store, hash-verified

145 }
146
147 query(options: QueryOptions<OperationVariables>) {
148 return this.client.query(options).catch(error => {
149 throw new APIError(error.message, 500, 'GitHub');
150 });
151 }
152
153 async mutate(options: MutationOptions<OperationVariables>) {
154 try {

Callers 15

getRepositoryMethod · 0.95
hasWriteAccessMethod · 0.95
userMethod · 0.95
retrieveBlobObjectMethod · 0.95
getPullRequestsMethod · 0.95
getStatusesMethod · 0.95
listFilesMethod · 0.95
getDefaultBranchMethod · 0.95
getBranchMethod · 0.95
getPullRequestMethod · 0.95

Calls

no outgoing calls

Tested by 4

interceptAuthFunction · 0.36
interceptBranchFunction · 0.36
interceptCollectionFunction · 0.36
interceptFilesFunction · 0.36