insert_developers_one

insert a single row into the table: "developers"

Input fields

object (developers_insert_input!)

the row to be inserted

on_conflict (developers_on_conflict)

on conflict condition

Return fields

active (Boolean!)
api_key (String!)
apps ([apps!]!)

An array relationship

Argument Type Description
distinct_on [apps_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 [apps_order_by!]

sort the rows by one or more columns

where apps_bool_exp

filter the rows returned

apps_aggregate (apps_aggregate!)

An aggregate relationship

Argument Type Description
distinct_on [apps_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 [apps_order_by!]

sort the rows by one or more columns

where apps_bool_exp

filter the rows returned

created_at (timestamptz!)
email (String!)
events ([events!]!)

An array relationship

Argument Type Description
distinct_on [events_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 [events_order_by!]

sort the rows by one or more columns

where events_bool_exp

filter the rows returned

events_aggregate (events_aggregate!)

An aggregate relationship

Argument Type Description
distinct_on [events_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 [events_order_by!]

sort the rows by one or more columns

where events_bool_exp

filter the rows returned

github_handle (String)
kv_stores ([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_stores_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

name (String!)
object_id (Int!)
onboarded (Boolean!)
uid (String!)