(version)
| 83 | } |
| 84 | |
| 85 | function getGraphqlVersion(version) { |
| 86 | if (!(version in allVersions)) { |
| 87 | throw new Error(`Unrecognized version '${version}'. Not found in ${Object.keys(allVersions)}`) |
| 88 | } |
| 89 | return allVersions[version].miscVersionName |
| 90 | } |
no outgoing calls
no test coverage detected