MCPcopy
hub / github.com/graphql-hive/graphql-scalars / parseValue

Function parseValue

src/scalars/SemVer.ts:31–33  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

29 },
30
31 parseValue(value) {
32 return validate(value);
33 },
34
35 parseLiteral(ast) {
36 if (ast.kind !== Kind.STRING) {

Callers

nothing calls this directly

Calls 1

validateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…