OBJECT

blocks_mutation_response

response of any mutation on the table "blocks"

link GraphQL Schema definition

  • type blocks_mutation_response {
  • # number of rows affected by the mutation
  • affected_rows: Int!
  • # data from the rows affected by the mutation
  • returning: [blocks!]!
  • }