Queries
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
This reference is auto-generated from the GraphQL schema.
Account
Authenticated — 1 operation
current_user
Get the currently signed-in user
Returns: current_user_output!
Assets
assets:read — 3 operations
assets
An array relationship
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [assets_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 | [assets_order_by!] | sort the rows by one or more columns |
where | assets_bool_exp | filter the rows returned |
Returns: [assets!]!
assets_aggregate
An aggregate relationship
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [assets_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 | [assets_order_by!] | sort the rows by one or more columns |
where | assets_bool_exp | filter the rows returned |
Returns: assets_aggregate!
assets_by_pk
fetch data from the table: “assets” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: assets
Pipelines
Public — 15 operations
dispatch_blocks
fetch data from the table: “dispatch_blocks”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [dispatch_blocks_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 | [dispatch_blocks_order_by!] | sort the rows by one or more columns |
where | dispatch_blocks_bool_exp | filter the rows returned |
Returns: [dispatch_blocks!]!
dispatch_blocks_by_pk
fetch data from the table: “dispatch_blocks” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: dispatch_blocks
estimate_pipeline_cost
Preview the credit cost of running a pipeline with a given input (read-only)
Arguments:
| Argument | Type | Description |
|---|---|---|
input | jsonb! | — |
pipeline_slug | String! | — |
Returns: estimate_pipeline_cost_output
pipeline_examples
fetch data from the table: “pipeline_examples”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_examples_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 | [pipeline_examples_order_by!] | sort the rows by one or more columns |
where | pipeline_examples_bool_exp | filter the rows returned |
Returns: [pipeline_examples!]!
pipeline_examples_by_pk
fetch data from the table: “pipeline_examples” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: pipeline_examples
pipeline_examples_translations
fetch data from the table: “pipeline_examples_translations”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_examples_translations_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 | [pipeline_examples_translations_order_by!] | sort the rows by one or more columns |
where | pipeline_examples_translations_bool_exp | filter the rows returned |
Returns: [pipeline_examples_translations!]!
pipeline_examples_translations_by_pk
fetch data from the table: “pipeline_examples_translations” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
example_id | uuid! | — |
locale | String! | — |
Returns: pipeline_examples_translations
pipeline_models
An array relationship
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_models_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 | [pipeline_models_order_by!] | sort the rows by one or more columns |
where | pipeline_models_bool_exp | filter the rows returned |
Returns: [pipeline_models!]!
pipeline_models_by_pk
fetch data from the table: “pipeline_models” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
model_slug | String! | — |
pipeline_slug | String! | — |
Returns: pipeline_models
pipeline_pricing
Credit pricing for pipelines
Returns: [pipeline_pricing_row!]!
pipeline_translations
fetch data from the table: “pipeline_translations”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_translations_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 | [pipeline_translations_order_by!] | sort the rows by one or more columns |
where | pipeline_translations_bool_exp | filter the rows returned |
Returns: [pipeline_translations!]!
pipeline_translations_by_pk
fetch data from the table: “pipeline_translations” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
locale | String! | — |
pipeline_id | uuid! | — |
Returns: pipeline_translations
pipelines
fetch data from the table: “pipelines”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipelines_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 | [pipelines_order_by!] | sort the rows by one or more columns |
where | pipelines_bool_exp | filter the rows returned |
Returns: [pipelines!]!
pipelines_aggregate
fetch aggregated fields from the table: “pipelines”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipelines_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 | [pipelines_order_by!] | sort the rows by one or more columns |
where | pipelines_bool_exp | filter the rows returned |
Returns: pipelines_aggregate!
pipelines_by_pk
fetch data from the table: “pipelines” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: pipelines
pipelines:run — 3 operations
pipeline_runs
fetch data from the table: “pipeline_runs”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_runs_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 | [pipeline_runs_order_by!] | sort the rows by one or more columns |
where | pipeline_runs_bool_exp | filter the rows returned |
Returns: [pipeline_runs!]!
pipeline_runs_aggregate
fetch aggregated fields from the table: “pipeline_runs”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [pipeline_runs_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 | [pipeline_runs_order_by!] | sort the rows by one or more columns |
where | pipeline_runs_bool_exp | filter the rows returned |
Returns: pipeline_runs_aggregate!
pipeline_runs_by_pk
fetch data from the table: “pipeline_runs” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: pipeline_runs
Billing
Public — 18 operations
credit_pack_translations
fetch data from the table: “credit_pack_translations”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [credit_pack_translations_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 | [credit_pack_translations_order_by!] | sort the rows by one or more columns |
where | credit_pack_translations_bool_exp | filter the rows returned |
Returns: [credit_pack_translations!]!
credit_pack_translations_by_pk
fetch data from the table: “credit_pack_translations” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
credit_pack_id | uuid! | — |
locale | String! | — |
Returns: credit_pack_translations
credit_pack_versions
fetch data from the table: “credit_pack_versions”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [credit_pack_versions_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 | [credit_pack_versions_order_by!] | sort the rows by one or more columns |
where | credit_pack_versions_bool_exp | filter the rows returned |
Returns: [credit_pack_versions!]!
credit_pack_versions_by_pk
fetch data from the table: “credit_pack_versions” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: credit_pack_versions
credit_packs
fetch data from the table: “credit_packs”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [credit_packs_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 | [credit_packs_order_by!] | sort the rows by one or more columns |
where | credit_packs_bool_exp | filter the rows returned |
Returns: [credit_packs!]!
credit_packs_by_pk
fetch data from the table: “credit_packs” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: credit_packs
crypto_payment_currencies
fetch data from the table: “crypto_payment_currencies”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [crypto_payment_currencies_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 | [crypto_payment_currencies_order_by!] | sort the rows by one or more columns |
where | crypto_payment_currencies_bool_exp | filter the rows returned |
Returns: [crypto_payment_currencies!]!
crypto_payment_currencies_by_pk
fetch data from the table: “crypto_payment_currencies” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
currency_id | String! | — |
Returns: crypto_payment_currencies
localized_product_prices
fetch data from the table: “localized_product_prices”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [localized_product_prices_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 | [localized_product_prices_order_by!] | sort the rows by one or more columns |
where | localized_product_prices_bool_exp | filter the rows returned |
Returns: [localized_product_prices!]!
payment_provider_resolved_row
fetch data from the table: “payment_provider_resolved_row”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [payment_provider_resolved_row_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 | [payment_provider_resolved_row_order_by!] | sort the rows by one or more columns |
where | payment_provider_resolved_row_bool_exp | filter the rows returned |
Returns: [payment_provider_resolved_row!]!
payment_providers
fetch data from the table: “payment_providers”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [payment_providers_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 | [payment_providers_order_by!] | sort the rows by one or more columns |
where | payment_providers_bool_exp | filter the rows returned |
Returns: [payment_providers!]!
payment_providers_by_pk
fetch data from the table: “payment_providers” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
slug | String! | — |
Returns: payment_providers
plan_translations
fetch data from the table: “plan_translations”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [plan_translations_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 | [plan_translations_order_by!] | sort the rows by one or more columns |
where | plan_translations_bool_exp | filter the rows returned |
Returns: [plan_translations!]!
plan_translations_by_pk
fetch data from the table: “plan_translations” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
locale | String! | — |
plan_id | uuid! | — |
Returns: plan_translations
plan_versions
fetch data from the table: “plan_versions”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [plan_versions_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 | [plan_versions_order_by!] | sort the rows by one or more columns |
where | plan_versions_bool_exp | filter the rows returned |
Returns: [plan_versions!]!
plan_versions_by_pk
fetch data from the table: “plan_versions” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: plan_versions
plans
fetch data from the table: “plans”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [plans_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 | [plans_order_by!] | sort the rows by one or more columns |
where | plans_bool_exp | filter the rows returned |
Returns: [plans!]!
plans_by_pk
fetch data from the table: “plans” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: plans
billing:read — 6 operations
get_payment_status
Get the status of an owned payment through its selected provider
Arguments:
| Argument | Type | Description |
|---|---|---|
payment_id | uuid! | — |
provider | String! | — |
Returns: payment_output!
payments
List the current user’s payments across all providers
Arguments:
| Argument | Type | Description |
|---|---|---|
limit | Int | — |
offset | Int | — |
Returns: [payment_output!]!
subscription_plan_changes
fetch data from the table: “subscription_plan_changes”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [subscription_plan_changes_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 | [subscription_plan_changes_order_by!] | sort the rows by one or more columns |
where | subscription_plan_changes_bool_exp | filter the rows returned |
Returns: [subscription_plan_changes!]!
subscription_plan_changes_by_pk
fetch data from the table: “subscription_plan_changes” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: subscription_plan_changes
subscriptions
An array relationship
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [subscriptions_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 | [subscriptions_order_by!] | sort the rows by one or more columns |
where | subscriptions_bool_exp | filter the rows returned |
Returns: [subscriptions!]!
subscriptions_by_pk
fetch data from the table: “subscriptions” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: subscriptions
Signed-in dashboard only — 1 operation
resolve_payment_providers
execute function “resolve_payment_providers” which returns “payment_provider_resolved_row”
Arguments:
| Argument | Type | Description |
|---|---|---|
args | resolve_payment_providers_args! | input parameters for function “resolve_payment_providers” |
distinct_on | [payment_provider_resolved_row_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 | [payment_provider_resolved_row_order_by!] | sort the rows by one or more columns |
where | payment_provider_resolved_row_bool_exp | filter the rows returned |
Returns: [payment_provider_resolved_row!]!
Credits
billing:read — 7 operations
credit_grants
fetch data from the table: “credit_grants”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [credit_grants_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 | [credit_grants_order_by!] | sort the rows by one or more columns |
where | credit_grants_bool_exp | filter the rows returned |
Returns: [credit_grants!]!
credit_grants_by_pk
fetch data from the table: “credit_grants” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: credit_grants
get_credit_balance
Get your current credit balance
Returns: credit_balance_output
get_credit_history
Get your credit transaction history
Returns: [credit_history_entry!]!
user_credit_balance_breakdown
fetch data from the table: “user_credit_balance_breakdown”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [user_credit_balance_breakdown_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 | [user_credit_balance_breakdown_order_by!] | sort the rows by one or more columns |
where | user_credit_balance_breakdown_bool_exp | filter the rows returned |
Returns: [user_credit_balance_breakdown!]!
user_subscription_credits
fetch data from the table: “user_subscription_credits”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [user_subscription_credits_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 | [user_subscription_credits_order_by!] | sort the rows by one or more columns |
where | user_subscription_credits_bool_exp | filter the rows returned |
Returns: [user_subscription_credits!]!
user_subscription_credits_by_pk
fetch data from the table: “user_subscription_credits” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
user_id | uuid! | — |
Returns: user_subscription_credits
Access tokens
Signed-in dashboard only — 2 operations
personal_access_tokens
fetch data from the table: “personal_access_tokens”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [personal_access_tokens_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 | [personal_access_tokens_order_by!] | sort the rows by one or more columns |
where | personal_access_tokens_bool_exp | filter the rows returned |
Returns: [personal_access_tokens!]!
personal_access_tokens_by_pk
fetch data from the table: “personal_access_tokens” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: personal_access_tokens
Notifications
Signed-in dashboard only — 3 operations
notifications
fetch data from the table: “notifications”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [notifications_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 | [notifications_order_by!] | sort the rows by one or more columns |
where | notifications_bool_exp | filter the rows returned |
Returns: [notifications!]!
notifications_aggregate
fetch aggregated fields from the table: “notifications”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [notifications_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 | [notifications_order_by!] | sort the rows by one or more columns |
where | notifications_bool_exp | filter the rows returned |
Returns: notifications_aggregate!
notifications_by_pk
fetch data from the table: “notifications” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: notifications
Affiliates
Signed-in dashboard only — 5 operations
affiliate_codes
fetch data from the table: “affiliate_codes”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [affiliate_codes_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 | [affiliate_codes_order_by!] | sort the rows by one or more columns |
where | affiliate_codes_bool_exp | filter the rows returned |
Returns: [affiliate_codes!]!
affiliate_codes_by_pk
fetch data from the table: “affiliate_codes” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: affiliate_codes
affiliates
fetch data from the table: “affiliates”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [affiliates_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 | [affiliates_order_by!] | sort the rows by one or more columns |
where | affiliates_bool_exp | filter the rows returned |
Returns: [affiliates!]!
affiliates_by_pk
fetch data from the table: “affiliates” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
id | uuid! | — |
Returns: affiliates
get_my_referrals
Get your referral stats and referred users
Returns: get_my_referrals_output!
Localization
Public — 6 operations
countries
fetch data from the table: “countries”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [countries_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 | [countries_order_by!] | sort the rows by one or more columns |
where | countries_bool_exp | filter the rows returned |
Returns: [countries!]!
countries_by_pk
fetch data from the table: “countries” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
code | String! | — |
Returns: countries
fx_rates
fetch data from the table: “fx_rates”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [fx_rates_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 | [fx_rates_order_by!] | sort the rows by one or more columns |
where | fx_rates_bool_exp | filter the rows returned |
Returns: [fx_rates!]!
fx_rates_by_pk
fetch data from the table: “fx_rates” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
currency | String! | — |
Returns: fx_rates
locales
fetch data from the table: “locales”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [locales_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 | [locales_order_by!] | sort the rows by one or more columns |
where | locales_bool_exp | filter the rows returned |
Returns: [locales!]!
locales_by_pk
fetch data from the table: “locales” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
code | String! | — |
Returns: locales
Models
Public — 6 operations
model_capabilities
fetch data from the table: “model_capabilities”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [model_capabilities_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 | [model_capabilities_order_by!] | sort the rows by one or more columns |
where | model_capabilities_bool_exp | filter the rows returned |
Returns: [model_capabilities!]!
model_capabilities_by_pk
fetch data from the table: “model_capabilities” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
capability_slug | String! | — |
model_slug | String! | — |
Returns: model_capabilities
model_translations
fetch data from the table: “model_translations”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [model_translations_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 | [model_translations_order_by!] | sort the rows by one or more columns |
where | model_translations_bool_exp | filter the rows returned |
Returns: [model_translations!]!
model_translations_by_pk
fetch data from the table: “model_translations” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
locale | String! | — |
model_slug | String! | — |
Returns: model_translations
models
fetch data from the table: “models”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [models_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 | [models_order_by!] | sort the rows by one or more columns |
where | models_bool_exp | filter the rows returned |
Returns: [models!]!
models_by_pk
fetch data from the table: “models” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
slug | String! | — |
Returns: models
Providers
Public — 2 operations
providers
fetch data from the table: “providers”
Arguments:
| Argument | Type | Description |
|---|---|---|
distinct_on | [providers_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 | [providers_order_by!] | sort the rows by one or more columns |
where | providers_bool_exp | filter the rows returned |
Returns: [providers!]!
providers_by_pk
fetch data from the table: “providers” using primary key columns
Arguments:
| Argument | Type | Description |
|---|---|---|
slug | String! | — |
Returns: providers