API — Type Alias: FieldJson

Type Alias: FieldJson

type FieldJson = Omit<ResolvedField, "type"> & object;

Defined in: model/json.ts:29

Type Declaration

type

type: TypeRefJson;