MCPcopy
hub / github.com/daeuniverse/daed / graphql

Function graphql

apps/web/src/schemas/gql/gql.ts:520–522  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

518): (typeof documents)['\n query Token($username: String!, $password: String!) {\n token(username: $username, password: $password)\n }\n ']
519
520export function graphql(source: string) {
521 return (documents as any)[source] ?? {}
522}
523
524export type DocumentType<TDocumentNode extends DocumentNode<any, any>> =
525 TDocumentNode extends DocumentNode<infer TType, any> ? TType : never

Callers 15

getNumberUsersFunction · 0.90
handleSignupSubmitFunction · 0.90
handleLoginSubmitFunction · 0.90
useSetModeMutationFunction · 0.90
useCreateConfigMutationFunction · 0.90
useUpdateConfigMutationFunction · 0.90
useRemoveConfigMutationFunction · 0.90
useSelectConfigMutationFunction · 0.90
useRenameConfigMutationFunction · 0.90
useCreateRoutingMutationFunction · 0.90
useUpdateRoutingMutationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected