8 lines
112 B
GraphQL
8 lines
112 B
GraphQL
fragment Table_ContentPage on ContentPageBlocksTable {
|
|
__typename
|
|
table {
|
|
column_widths
|
|
table
|
|
}
|
|
}
|