insert_speaker_type_enum_one
insert a single row into the table: "speaker_type_enum"
Input fields
object (
speaker_type_enum_insert_input!
)
the row to be inserted
on_conflict (
speaker_type_enum_on_conflict
)
on conflict condition
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!
)