10 lines
137 B
GraphQL
10 lines
137 B
GraphQL
fragment Table_ContentPage on ContentPageBlocksTable {
|
|
__typename
|
|
table {
|
|
heading
|
|
preamble
|
|
column_widths
|
|
table
|
|
}
|
|
}
|