OBJECT

transfers_mutation_response

response of any mutation on the table "transfers"

link GraphQL Schema definition

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