MCPcopy Create free account
hub / github.com/openai/plugins / graphql

Function graphql

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:11964–11966  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

11962 var _validate2 = require_validate2();
11963 var _execute = require_execute();
11964 function graphql(args) {
11965 return new Promise((resolve) => resolve(graphqlImpl(args)));
11966 }
11967 function graphqlSync(args) {
11968 const result = graphqlImpl(args);
11969 if ((0, _isPromise.isPromise)(result)) {

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.70
graphqlImplFunction · 0.70

Tested by

no test coverage detected