GraphQL
{
exp_channel_entries(channel: "grids", entry_id: "1") {
data {
entry_id
title
my_simple_grid_field {
rte_field
duration
color
}
my_simple_table_field {
heading_row
col_1
col_2
col_3
col_4
}
}
}
}
Last updated