(args)
| 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)) { |
nothing calls this directly
no test coverage detected