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