update_speaker_type_enum_by_pk

update single row of the table: "speaker_type_enum"

Input fields

_set (speaker_type_enum_set_input)

sets the columns of the filtered rows to the given values

pk_columns (speaker_type_enum_pk_columns_input!)

Return fields

utterances ([utterances!]!)

An array relationship

Argument Type Description
distinct_on [utterances_select_column!]

distinct select on columns

limit Int

limit the number of rows returned

offset Int

skip the first n rows. Use only with order_by

order_by [utterances_order_by!]

sort the rows by one or more columns

where utterances_bool_exp

filter the rows returned

utterances_aggregate (utterances_aggregate!)

An aggregate relationship

Argument Type Description
distinct_on [utterances_select_column!]

distinct select on columns

limit Int

limit the number of rows returned

offset Int

skip the first n rows. Use only with order_by

order_by [utterances_order_by!]

sort the rows by one or more columns

where utterances_bool_exp

filter the rows returned

value (String!)