MCPcopy Create free account
hub / github.com/2fd/graphdoc / identifier

Method identifier

lib/utility/html.ts:61–63  ·  view source on GitHub ↗
(type: TypeRef)

Source from the content-addressed store, hash-verified

59 }
60
61 identifier(type: TypeRef): string {
62 return `<span class="identifier">${type.name}</span>`;
63 }
64
65 parameter(arg: InputValue): string {
66 return `<span class="variable parameter">${arg.name}</span>`;

Callers 6

enumMethod · 0.80
inputObjectMethod · 0.80
interfacesMethod · 0.80
objectMethod · 0.80
scalarMethod · 0.80
unionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected