insert_apps_one

insert a single row into the table: "apps"

Input fields

object (apps_insert_input!)

the row to be inserted

on_conflict (apps_on_conflict)

on conflict condition

Return fields

conversations ([conversations!]!)

An array relationship

Argument Type Description
distinct_on [conversations_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 [conversations_order_by!]

sort the rows by one or more columns

where conversations_bool_exp

filter the rows returned

conversations_aggregate (conversations_aggregate!)

An aggregate relationship

Argument Type Description
distinct_on [conversations_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 [conversations_order_by!]

sort the rows by one or more columns

where conversations_bool_exp

filter the rows returned

created_at (timestamptz!)
developer (developers!)

An object relationship

developer_id (Int!)
kv_store ([kv_store!]!)

An array relationship

Argument Type Description
distinct_on [kv_store_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 [kv_store_order_by!]

sort the rows by one or more columns

where kv_store_bool_exp

filter the rows returned

kv_store_aggregate (kv_store_aggregate!)

An aggregate relationship

Argument Type Description
distinct_on [kv_store_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 [kv_store_order_by!]

sort the rows by one or more columns

where kv_store_bool_exp

filter the rows returned

metadata (jsonb!)
Argument Type Description
path String

JSON select path

object_id (Int!)
scope_name (String)
slug (String!)
status (app_status!)