MCPcopy Index your code
hub / github.com/StarpTech/FastGraph / normalizeDocument

Function normalizeDocument

src/graphql-utils.ts:20–22  ·  view source on GitHub ↗
(document: string)

Source from the content-addressed store, hash-verified

18import { Headers as HTTPHeaders } from './utils'
19
20export function normalizeDocument(document: string): string {
21 return stripIgnoredCharacters(document)
22}
23
24export const isMutation = (document: DocumentNode): boolean => {
25 return document.definitions.some(

Callers 1

graphqlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected