Skip to main content

workspaceConfiguration_mutation_response

response of any mutation on the table "workspaceConfiguration"

type workspaceConfiguration_mutation_response {
affected_rows: Int!
returning: [workspaceConfiguration!]!
}

Fields

workspaceConfiguration_mutation_response.affected_rows ● Int! non-null scalar

number of rows affected by the mutation

workspaceConfiguration_mutation_response.returning ● [workspaceConfiguration!]! non-null object

data from the rows affected by the mutation

Returned By

update_workspaceConfiguration_many mutation ● update_workspaceConfiguration mutation