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

Method argument

plugins/document.schema/index.ts:99–104  ·  view source on GitHub ↗
(arg: InputValue)

Source from the content-addressed store, hash-verified

97 }
98
99 argument(arg: InputValue): string {
100
101 return html.property(arg.name) + ': ' +
102 html.useIdentifier(arg.type, this.url(arg.type)) // + ' ' + this.deprecated(arg);
103 ;
104 }
105
106 argumentLength(arg: InputValue): number {
107

Callers 2

argumentsMethod · 0.95
argumentsMultilineMethod · 0.95

Calls 2

propertyMethod · 0.80
useIdentifierMethod · 0.80

Tested by

no test coverage detected