developers
columns and relationships of "developers"
Fields
Boolean!)
String!)
[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!)
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 |
timestamptz!)
String!)
[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!)
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 |
String)
[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!)
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 |
String!)
Int!)
Boolean!)
String!)