Type alias sampleFieldsFragment$data
sampleFieldsFragment$data: {
$fragmentType: "sampleFieldsFragment";
sampleFields: ReadonlyArray<{
dbField: string | null;
description: string | null;
embeddedDocType: string | null;
ftype: string;
info: object | null;
path: string;
subfield: string | null;
}>;
}
Type declaration
-
Readonly
$fragmentType: "sampleFieldsFragment"
-
Readonly
sampleFields: ReadonlyArray<{
dbField: string | null;
description: string | null;
embeddedDocType: string | null;
ftype: string;
info: object | null;
path: string;
subfield: string | null;
}>