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

Method fields

plugins/document.schema/index.ts:272–278  ·  view source on GitHub ↗
(type: SchemaType)

Source from the content-addressed store, hash-verified

270 }
271
272 fields(type: SchemaType): string {
273
274 return html.line('') +
275 type.fields
276 .map(field => this.field(field))
277 .join(html.line(''));
278 }
279
280 inputObject(type: SchemaType): string {
281

Callers 2

interfacesMethod · 0.95
objectMethod · 0.95

Calls 2

fieldMethod · 0.95
lineMethod · 0.80

Tested by

no test coverage detected