MCPcopy
hub / github.com/ardatan/graphql-tools / parse-graphql-sdl.spec.ts

File parse-graphql-sdl.spec.ts

packages/utils/tests/parse-graphql-sdl.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Kind, ObjectTypeDefinitionNode, print } from 'graphql';
2import { parseGraphQLSDL, transformCommentsToDescriptions } from '../src/parse-graphql-sdl.js';
3
4describe('parse sdl', () => {

Callers

nothing calls this directly

Calls 4

parseGraphQLSDLFunction · 0.85
printFunction · 0.85
findMethod · 0.80

Tested by

no test coverage detected