Files
web/lib/graphql/Fragments/Blocks/Table.graphql

10 lines
137 B
GraphQL

fragment Table_ContentPage on ContentPageBlocksTable {
__typename
table {
heading
preamble
column_widths
table
}
}