OBJECT
response of any mutation on the table "blocks"
type blocks_mutation_response {# number of rows affected by the mutationaffected_rows: Int! # data from the rows affected by the mutationreturning: [blocks!]! }