Types
This reference is auto-generated from the GraphQL schema.
Table of Contents
Object Types
add_affiliate_code_outputaffiliate_codesaffiliate_codes_mutation_responseaffiliatesassetsassets_aggregateassets_aggregate_fieldsassets_max_fieldsassets_min_fieldsassets_mutation_responseauth_flowauth_resultcancel_account_deletion_outputcancel_pipeline_run_outputcancel_subscription_outputchange_avatar_outputchange_name_outputchange_password_outputconfirm_account_deletion_outputcreate_asset_outputcreate_personal_access_token_outputcredit_balance_outputcredit_history_entrycredit_packscurrent_user_outputdelete_asset_outputensure_affiliate_outputexecutions_visibilityget_my_referrals_outputnotificationsnotifications_aggregatenotifications_aggregate_fieldsnotifications_max_fieldsnotifications_min_fieldsnotifications_mutation_responsepersonal_access_tokenspipeline_runspipeline_runs_aggregatepipeline_runs_aggregate_fieldspipeline_runs_avg_fieldspipeline_runs_max_fieldspipeline_runs_min_fieldspipeline_runs_stddev_fieldspipeline_runs_stddev_pop_fieldspipeline_runs_stddev_samp_fieldspipeline_runs_sum_fieldspipeline_runs_var_pop_fieldspipeline_runs_var_samp_fieldspipeline_runs_variance_fieldspipelinesplansreferral_entryrequest_account_deletion_outputrequest_avatar_upload_outputrequest_upload_outputrevoke_personal_access_token_outputrun_pipeline_outputsocial_login_outputsubscriptions
Input Types
affiliate_codes_aggregate_order_byaffiliate_codes_bool_expaffiliate_codes_max_order_byaffiliate_codes_min_order_byaffiliate_codes_order_byaffiliate_codes_pk_columns_inputaffiliate_codes_set_inputaffiliate_codes_stream_cursor_inputaffiliate_codes_stream_cursor_value_inputaffiliate_codes_updatesaffiliates_bool_expaffiliates_order_byaffiliates_stream_cursor_inputaffiliates_stream_cursor_value_inputassets_aggregate_bool_expassets_aggregate_bool_exp_countassets_aggregate_order_byassets_bool_expassets_max_order_byassets_min_order_byassets_order_byassets_pk_columns_inputassets_set_inputassets_stream_cursor_inputassets_stream_cursor_value_inputassets_updatesBoolean_comparison_expbpchar_comparison_expcredit_packs_bool_expcredit_packs_order_bycredit_packs_stream_cursor_inputcredit_packs_stream_cursor_value_inputexecutions_visibility_bool_expexecutions_visibility_order_byexecutions_visibility_stream_cursor_inputexecutions_visibility_stream_cursor_value_inputInt_comparison_expjsonb_cast_expjsonb_comparison_expnotifications_bool_expnotifications_order_bynotifications_pk_columns_inputnotifications_set_inputnotifications_stream_cursor_inputnotifications_stream_cursor_value_inputnotifications_updatespersonal_access_tokens_bool_exppersonal_access_tokens_order_bypersonal_access_tokens_stream_cursor_inputpersonal_access_tokens_stream_cursor_value_inputpipeline_runs_bool_exppipeline_runs_order_bypipeline_runs_stream_cursor_inputpipeline_runs_stream_cursor_value_inputpipelines_bool_exppipelines_order_bypipelines_stream_cursor_inputpipelines_stream_cursor_value_inputplans_bool_expplans_order_byplans_stream_cursor_inputplans_stream_cursor_value_inputString_array_comparison_expString_comparison_expsubscriptions_bool_expsubscriptions_order_bysubscriptions_stream_cursor_inputsubscriptions_stream_cursor_value_inputtimestamp_comparison_exptimestamptz_comparison_expuuid_comparison_exp
Enums
affiliate_codes_select_columnaffiliates_select_columnassets_select_columncredit_packs_select_columncursor_orderingexecutions_visibility_select_columnnotifications_select_columnorder_bypersonal_access_tokens_select_columnpipeline_runs_select_columnpipelines_select_columnplans_select_columnsubscriptions_select_column
Object Types
add_affiliate_code_output
| Field | Type | Description |
|---|---|---|
code_id | String! | — |
success | Boolean! | — |
affiliate_codes
columns and relationships of “affiliate_codes”
| Field | Type | Description |
|---|---|---|
affiliate | affiliates! | An object relationship |
affiliate_id | uuid! | — |
code | String! | — |
created_at | timestamptz | — |
id | uuid! | — |
is_primary | Boolean | — |
redirect_path | String | — |
affiliate_codes_mutation_response
response of any mutation on the table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
affected_rows | Int! | number of rows affected by the mutation |
returning | [affiliate_codes!]! | data from the rows affected by the mutation |
affiliates
columns and relationships of “affiliates”
| Field | Type | Description |
|---|---|---|
codes | [affiliate_codes!]! | An array relationship |
commission_percent | Int | — |
created_at | timestamptz | — |
id | uuid! | — |
is_active | Boolean | — |
whop_affiliate_id | String | — |
assets
columns and relationships of “assets”
| Field | Type | Description |
|---|---|---|
created_at | timestamptz! | — |
id | uuid! | — |
metadata | jsonb | — |
pipeline_run | pipeline_runs | An object relationship |
pipeline_run_id | uuid | — |
preview_frames | [String!] | — |
tags | [String!]! | — |
thumbnail_url | String | — |
type | String! | — |
url | String! | — |
assets_aggregate
aggregated selection of “assets”
| Field | Type | Description |
|---|---|---|
aggregate | assets_aggregate_fields | — |
nodes | [assets!]! | — |
assets_aggregate_fields
aggregate fields of “assets”
| Field | Type | Description |
|---|---|---|
count | Int! | — |
max | assets_max_fields | — |
min | assets_min_fields | — |
assets_max_fields
aggregate max on columns
| Field | Type | Description |
|---|---|---|
created_at | timestamptz | — |
id | uuid | — |
pipeline_run_id | uuid | — |
preview_frames | [String!] | — |
tags | [String!] | — |
thumbnail_url | String | — |
type | String | — |
url | String | — |
assets_min_fields
aggregate min on columns
| Field | Type | Description |
|---|---|---|
created_at | timestamptz | — |
id | uuid | — |
pipeline_run_id | uuid | — |
preview_frames | [String!] | — |
tags | [String!] | — |
thumbnail_url | String | — |
type | String | — |
url | String | — |
assets_mutation_response
response of any mutation on the table “assets”
| Field | Type | Description |
|---|---|---|
affected_rows | Int! | number of rows affected by the mutation |
returning | [assets!]! | data from the rows affected by the mutation |
auth_flow
| Field | Type | Description |
|---|---|---|
csrf_token | String! | — |
id | String! | — |
auth_result
| Field | Type | Description |
|---|---|---|
message | String! | — |
success | Boolean! | — |
token | String | — |
whop_affiliate_id | String | — |
cancel_account_deletion_output
| Field | Type | Description |
|---|---|---|
message | String! | — |
success | Boolean! | — |
cancel_pipeline_run_output
| Field | Type | Description |
|---|---|---|
success | Boolean! | — |
cancel_subscription_output
| Field | Type | Description |
|---|---|---|
cancel_at_period_end | Boolean! | — |
message | String! | — |
success | Boolean! | — |
change_avatar_output
| Field | Type | Description |
|---|---|---|
avatar_url | String! | — |
message | String! | — |
success | Boolean! | — |
change_name_output
| Field | Type | Description |
|---|---|---|
message | String! | — |
name | String! | — |
success | Boolean! | — |
change_password_output
| Field | Type | Description |
|---|---|---|
message | String! | — |
success | Boolean! | — |
confirm_account_deletion_output
| Field | Type | Description |
|---|---|---|
effective_at | String! | — |
message | String! | — |
success | Boolean! | — |
create_asset_output
| Field | Type | Description |
|---|---|---|
created_at | String! | — |
id | String! | — |
tags | [String!]! | — |
type | String! | — |
url | String! | — |
create_personal_access_token_output
| Field | Type | Description |
|---|---|---|
expires_at | String! | — |
id | String! | — |
jti | String! | — |
success | Boolean! | — |
token | String! | — |
credit_balance_output
| Field | Type | Description |
|---|---|---|
available | Int! | — |
balance | Int! | — |
reserved | Int! | — |
credit_history_entry
| Field | Type | Description |
|---|---|---|
amount | Int! | — |
created_at | String! | — |
description | String! | — |
type | String! | — |
credit_packs
columns and relationships of “credit_packs”
| Field | Type | Description |
|---|---|---|
credits | Int! | — |
id | uuid! | — |
name | String! | — |
price_cents | Int! | — |
slug | String! | — |
sort_order | Int! | — |
whop_plan_id | String | — |
current_user_output
| Field | Type | Description |
|---|---|---|
avatar_url | String | — |
deletion_effective_at | String | — |
deletion_scheduled_at | String | — |
email | String! | — |
email_verified | Boolean! | — |
id | String! | — |
name | String! | — |
delete_asset_output
| Field | Type | Description |
|---|---|---|
success | Boolean! | — |
ensure_affiliate_output
| Field | Type | Description |
|---|---|---|
affiliate_id | String! | — |
success | Boolean! | — |
executions_visibility
columns and relationships of “executions_visibility”
| Field | Type | Description |
|---|---|---|
close_time | timestamp | — |
run_id | bpchar! | — |
start_time | timestamp! | — |
status | Int! | — |
task_queue | String! | — |
workflow_id | String! | — |
workflow_type_name | String! | — |
get_my_referrals_output
| Field | Type | Description |
|---|---|---|
active_referrals | Int! | — |
referrals | [referral_entry!]! | — |
total_commission_cents | Int! | — |
total_referrals | Int! | — |
notifications
columns and relationships of “notifications”
| Field | Type | Description |
|---|---|---|
body | String | — |
created_at | timestamptz! | — |
id | uuid! | — |
metadata | jsonb | — |
read | Boolean! | — |
title | String! | — |
type | String! | — |
notifications_aggregate
aggregated selection of “notifications”
| Field | Type | Description |
|---|---|---|
aggregate | notifications_aggregate_fields | — |
nodes | [notifications!]! | — |
notifications_aggregate_fields
aggregate fields of “notifications”
| Field | Type | Description |
|---|---|---|
count | Int! | — |
max | notifications_max_fields | — |
min | notifications_min_fields | — |
notifications_max_fields
aggregate max on columns
| Field | Type | Description |
|---|---|---|
body | String | — |
created_at | timestamptz | — |
id | uuid | — |
title | String | — |
type | String | — |
notifications_min_fields
aggregate min on columns
| Field | Type | Description |
|---|---|---|
body | String | — |
created_at | timestamptz | — |
id | uuid | — |
title | String | — |
type | String | — |
notifications_mutation_response
response of any mutation on the table “notifications”
| Field | Type | Description |
|---|---|---|
affected_rows | Int! | number of rows affected by the mutation |
returning | [notifications!]! | data from the rows affected by the mutation |
personal_access_tokens
columns and relationships of “personal_access_tokens”
| Field | Type | Description |
|---|---|---|
created_at | timestamptz! | — |
expires_at | timestamptz! | — |
id | uuid! | — |
last_used_at | timestamptz | — |
name | String! | — |
revoked_at | timestamptz | — |
scopes | [String!]! | — |
pipeline_runs
columns and relationships of “pipeline_runs”
| Field | Type | Description |
|---|---|---|
assets | [assets!]! | An array relationship |
assets_aggregate | assets_aggregate! | An aggregate relationship |
completed_at | timestamptz | — |
created_at | timestamptz! | — |
credits_charged | Int | — |
error_message | String | — |
id | uuid! | — |
input | jsonb! | — |
output | jsonb | — |
pipeline | pipelines! | An object relationship |
pipeline_id | uuid! | — |
started_at | timestamptz | — |
status | String! | — |
temporal_workflow_id | String | — |
workflow_execution | executions_visibility | — |
pipeline_runs_aggregate
aggregated selection of “pipeline_runs”
| Field | Type | Description |
|---|---|---|
aggregate | pipeline_runs_aggregate_fields | — |
nodes | [pipeline_runs!]! | — |
pipeline_runs_aggregate_fields
aggregate fields of “pipeline_runs”
| Field | Type | Description |
|---|---|---|
avg | pipeline_runs_avg_fields | — |
count | Int! | — |
max | pipeline_runs_max_fields | — |
min | pipeline_runs_min_fields | — |
stddev | pipeline_runs_stddev_fields | — |
stddev_pop | pipeline_runs_stddev_pop_fields | — |
stddev_samp | pipeline_runs_stddev_samp_fields | — |
sum | pipeline_runs_sum_fields | — |
var_pop | pipeline_runs_var_pop_fields | — |
var_samp | pipeline_runs_var_samp_fields | — |
variance | pipeline_runs_variance_fields | — |
pipeline_runs_avg_fields
aggregate avg on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_max_fields
aggregate max on columns
| Field | Type | Description |
|---|---|---|
completed_at | timestamptz | — |
created_at | timestamptz | — |
credits_charged | Int | — |
error_message | String | — |
id | uuid | — |
pipeline_id | uuid | — |
started_at | timestamptz | — |
status | String | — |
temporal_workflow_id | String | — |
pipeline_runs_min_fields
aggregate min on columns
| Field | Type | Description |
|---|---|---|
completed_at | timestamptz | — |
created_at | timestamptz | — |
credits_charged | Int | — |
error_message | String | — |
id | uuid | — |
pipeline_id | uuid | — |
started_at | timestamptz | — |
status | String | — |
temporal_workflow_id | String | — |
pipeline_runs_stddev_fields
aggregate stddev on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_stddev_pop_fields
aggregate stddev_pop on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_stddev_samp_fields
aggregate stddev_samp on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_sum_fields
aggregate sum on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Int | — |
pipeline_runs_var_pop_fields
aggregate var_pop on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_var_samp_fields
aggregate var_samp on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipeline_runs_variance_fields
aggregate variance on columns
| Field | Type | Description |
|---|---|---|
credits_charged | Float | — |
pipelines
columns and relationships of “pipelines”
| Field | Type | Description |
|---|---|---|
cancellable | Boolean! | — |
category | String! | — |
description | String | — |
hints | jsonb! | Structured metadata for AI orchestrators: best_for, avoid_for, limitations, output_characteristics, composability, quality_tips |
icon_url | String | — |
id | uuid! | — |
input_schema | jsonb! | — |
is_active | Boolean! | — |
name | String! | — |
output_schema | jsonb! | — |
preview_url | String | — |
pricing | jsonb! | — |
required_providers | [String!]! | — |
seo_content | String | — |
seo_faq | jsonb | — |
slug | String! | — |
sort_order | Int! | — |
tags | [String!]! | — |
ui_schema | jsonb! | — |
plans
columns and relationships of “plans”
| Field | Type | Description |
|---|---|---|
description | String | — |
features | jsonb! | — |
id | uuid! | — |
monthly_credits | Int! | — |
name | String! | — |
price_cents | Int! | — |
slug | String! | — |
sort_order | Int! | — |
whop_plan_id | String | — |
referral_entry
| Field | Type | Description |
|---|---|---|
commission_cents | Int! | — |
email | String! | — |
name | String! | — |
plan_name | String! | — |
signed_up_at | String! | — |
subscription_status | String! | — |
user_id | String! | — |
request_account_deletion_output
| Field | Type | Description |
|---|---|---|
expires_at | String! | — |
message | String! | — |
success | Boolean! | — |
request_avatar_upload_output
| Field | Type | Description |
|---|---|---|
asset_url | String! | — |
key | String! | — |
max_size | Int! | — |
success | Boolean! | — |
upload_url | String! | — |
request_upload_output
| Field | Type | Description |
|---|---|---|
asset_url | String! | — |
key | String! | — |
upload_url | String! | — |
revoke_personal_access_token_output
| Field | Type | Description |
|---|---|---|
revoked_at | String! | — |
success | Boolean! | — |
run_pipeline_output
| Field | Type | Description |
|---|---|---|
run_id | String! | — |
workflow_id | String! | — |
social_login_output
| Field | Type | Description |
|---|---|---|
redirect_url | String! | — |
success | Boolean! | — |
subscriptions
columns and relationships of “subscriptions”
| Field | Type | Description |
|---|---|---|
cancel_at_period_end | Boolean! | — |
created_at | timestamptz! | — |
id | uuid! | — |
period_end | timestamptz! | — |
period_start | timestamptz! | — |
plan | plans! | An object relationship |
plan_id | uuid! | — |
status | String! | — |
Input Types
affiliate_codes_aggregate_order_by
order by aggregate values of table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
count | order_by | — |
max | affiliate_codes_max_order_by | — |
min | affiliate_codes_min_order_by | — |
affiliate_codes_bool_exp
Boolean expression to filter rows from the table “affiliate_codes”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [affiliate_codes_bool_exp!] | — |
_not | affiliate_codes_bool_exp | — |
_or | [affiliate_codes_bool_exp!] | — |
affiliate | affiliates_bool_exp | — |
affiliate_id | uuid_comparison_exp | — |
code | String_comparison_exp | — |
created_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
is_primary | Boolean_comparison_exp | — |
redirect_path | String_comparison_exp | — |
affiliate_codes_max_order_by
order by max() on columns of table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
affiliate_id | order_by | — |
code | order_by | — |
created_at | order_by | — |
id | order_by | — |
redirect_path | order_by | — |
affiliate_codes_min_order_by
order by min() on columns of table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
affiliate_id | order_by | — |
code | order_by | — |
created_at | order_by | — |
id | order_by | — |
redirect_path | order_by | — |
affiliate_codes_order_by
Ordering options when selecting data from “affiliate_codes”.
| Field | Type | Description |
|---|---|---|
affiliate | affiliates_order_by | — |
affiliate_id | order_by | — |
code | order_by | — |
created_at | order_by | — |
id | order_by | — |
is_primary | order_by | — |
redirect_path | order_by | — |
affiliate_codes_pk_columns_input
primary key columns input for table: affiliate_codes
| Field | Type | Description |
|---|---|---|
id | uuid! | — |
affiliate_codes_set_input
input type for updating data in table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
redirect_path | String | — |
affiliate_codes_stream_cursor_input
Streaming cursor of the table “affiliate_codes”
| Field | Type | Description |
|---|---|---|
initial_value | affiliate_codes_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
affiliate_codes_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
affiliate_id | uuid | — |
code | String | — |
created_at | timestamptz | — |
id | uuid | — |
is_primary | Boolean | — |
redirect_path | String | — |
affiliate_codes_updates
| Field | Type | Description |
|---|---|---|
_set | affiliate_codes_set_input | sets the columns of the filtered rows to the given values |
where | affiliate_codes_bool_exp! | filter the rows which have to be updated |
affiliates_bool_exp
Boolean expression to filter rows from the table “affiliates”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [affiliates_bool_exp!] | — |
_not | affiliates_bool_exp | — |
_or | [affiliates_bool_exp!] | — |
codes | affiliate_codes_bool_exp | — |
commission_percent | Int_comparison_exp | — |
created_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
is_active | Boolean_comparison_exp | — |
whop_affiliate_id | String_comparison_exp | — |
affiliates_order_by
Ordering options when selecting data from “affiliates”.
| Field | Type | Description |
|---|---|---|
codes_aggregate | affiliate_codes_aggregate_order_by | — |
commission_percent | order_by | — |
created_at | order_by | — |
id | order_by | — |
is_active | order_by | — |
whop_affiliate_id | order_by | — |
affiliates_stream_cursor_input
Streaming cursor of the table “affiliates”
| Field | Type | Description |
|---|---|---|
initial_value | affiliates_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
affiliates_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
commission_percent | Int | — |
created_at | timestamptz | — |
id | uuid | — |
is_active | Boolean | — |
whop_affiliate_id | String | — |
assets_aggregate_bool_exp
| Field | Type | Description |
|---|---|---|
count | assets_aggregate_bool_exp_count | — |
assets_aggregate_bool_exp_count
| Field | Type | Description |
|---|---|---|
arguments | [assets_select_column!] | — |
distinct | Boolean | — |
filter | assets_bool_exp | — |
predicate | Int_comparison_exp! | — |
assets_aggregate_order_by
order by aggregate values of table “assets”
| Field | Type | Description |
|---|---|---|
count | order_by | — |
max | assets_max_order_by | — |
min | assets_min_order_by | — |
assets_bool_exp
Boolean expression to filter rows from the table “assets”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [assets_bool_exp!] | — |
_not | assets_bool_exp | — |
_or | [assets_bool_exp!] | — |
created_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
metadata | jsonb_comparison_exp | — |
pipeline_run | pipeline_runs_bool_exp | — |
pipeline_run_id | uuid_comparison_exp | — |
preview_frames | String_array_comparison_exp | — |
tags | String_array_comparison_exp | — |
thumbnail_url | String_comparison_exp | — |
type | String_comparison_exp | — |
url | String_comparison_exp | — |
assets_max_order_by
order by max() on columns of table “assets”
| Field | Type | Description |
|---|---|---|
created_at | order_by | — |
id | order_by | — |
pipeline_run_id | order_by | — |
preview_frames | order_by | — |
tags | order_by | — |
thumbnail_url | order_by | — |
type | order_by | — |
url | order_by | — |
assets_min_order_by
order by min() on columns of table “assets”
| Field | Type | Description |
|---|---|---|
created_at | order_by | — |
id | order_by | — |
pipeline_run_id | order_by | — |
preview_frames | order_by | — |
tags | order_by | — |
thumbnail_url | order_by | — |
type | order_by | — |
url | order_by | — |
assets_order_by
Ordering options when selecting data from “assets”.
| Field | Type | Description |
|---|---|---|
created_at | order_by | — |
id | order_by | — |
metadata | order_by | — |
pipeline_run | pipeline_runs_order_by | — |
pipeline_run_id | order_by | — |
preview_frames | order_by | — |
tags | order_by | — |
thumbnail_url | order_by | — |
type | order_by | — |
url | order_by | — |
assets_pk_columns_input
primary key columns input for table: assets
| Field | Type | Description |
|---|---|---|
id | uuid! | — |
assets_set_input
input type for updating data in table “assets”
| Field | Type | Description |
|---|---|---|
tags | [String!] | — |
assets_stream_cursor_input
Streaming cursor of the table “assets”
| Field | Type | Description |
|---|---|---|
initial_value | assets_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
assets_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
created_at | timestamptz | — |
id | uuid | — |
metadata | jsonb | — |
pipeline_run_id | uuid | — |
preview_frames | [String!] | — |
tags | [String!] | — |
thumbnail_url | String | — |
type | String | — |
url | String | — |
assets_updates
| Field | Type | Description |
|---|---|---|
_set | assets_set_input | sets the columns of the filtered rows to the given values |
where | assets_bool_exp! | filter the rows which have to be updated |
Boolean_comparison_exp
Boolean expression to compare columns of type “Boolean”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | Boolean | — |
_gt | Boolean | — |
_gte | Boolean | — |
_in | [Boolean!] | — |
_is_null | Boolean | — |
_lt | Boolean | — |
_lte | Boolean | — |
_neq | Boolean | — |
_nin | [Boolean!] | — |
bpchar_comparison_exp
Boolean expression to compare columns of type “bpchar”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | bpchar | — |
_gt | bpchar | — |
_gte | bpchar | — |
_ilike | bpchar | does the column match the given case-insensitive pattern |
_in | [bpchar!] | — |
_iregex | bpchar | does the column match the given POSIX regular expression, case insensitive |
_is_null | Boolean | — |
_like | bpchar | does the column match the given pattern |
_lt | bpchar | — |
_lte | bpchar | — |
_neq | bpchar | — |
_nilike | bpchar | does the column NOT match the given case-insensitive pattern |
_nin | [bpchar!] | — |
_niregex | bpchar | does the column NOT match the given POSIX regular expression, case insensitive |
_nlike | bpchar | does the column NOT match the given pattern |
_nregex | bpchar | does the column NOT match the given POSIX regular expression, case sensitive |
_nsimilar | bpchar | does the column NOT match the given SQL regular expression |
_regex | bpchar | does the column match the given POSIX regular expression, case sensitive |
_similar | bpchar | does the column match the given SQL regular expression |
credit_packs_bool_exp
Boolean expression to filter rows from the table “credit_packs”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [credit_packs_bool_exp!] | — |
_not | credit_packs_bool_exp | — |
_or | [credit_packs_bool_exp!] | — |
credits | Int_comparison_exp | — |
id | uuid_comparison_exp | — |
name | String_comparison_exp | — |
price_cents | Int_comparison_exp | — |
slug | String_comparison_exp | — |
sort_order | Int_comparison_exp | — |
whop_plan_id | String_comparison_exp | — |
credit_packs_order_by
Ordering options when selecting data from “credit_packs”.
| Field | Type | Description |
|---|---|---|
credits | order_by | — |
id | order_by | — |
name | order_by | — |
price_cents | order_by | — |
slug | order_by | — |
sort_order | order_by | — |
whop_plan_id | order_by | — |
credit_packs_stream_cursor_input
Streaming cursor of the table “credit_packs”
| Field | Type | Description |
|---|---|---|
initial_value | credit_packs_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
credit_packs_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
credits | Int | — |
id | uuid | — |
name | String | — |
price_cents | Int | — |
slug | String | — |
sort_order | Int | — |
whop_plan_id | String | — |
executions_visibility_bool_exp
Boolean expression to filter rows from the table “executions_visibility”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [executions_visibility_bool_exp!] | — |
_not | executions_visibility_bool_exp | — |
_or | [executions_visibility_bool_exp!] | — |
close_time | timestamp_comparison_exp | — |
run_id | bpchar_comparison_exp | — |
start_time | timestamp_comparison_exp | — |
status | Int_comparison_exp | — |
task_queue | String_comparison_exp | — |
workflow_id | String_comparison_exp | — |
workflow_type_name | String_comparison_exp | — |
executions_visibility_order_by
Ordering options when selecting data from “executions_visibility”.
| Field | Type | Description |
|---|---|---|
close_time | order_by | — |
run_id | order_by | — |
start_time | order_by | — |
status | order_by | — |
task_queue | order_by | — |
workflow_id | order_by | — |
workflow_type_name | order_by | — |
executions_visibility_stream_cursor_input
Streaming cursor of the table “executions_visibility”
| Field | Type | Description |
|---|---|---|
initial_value | executions_visibility_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
executions_visibility_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
close_time | timestamp | — |
run_id | bpchar | — |
start_time | timestamp | — |
status | Int | — |
task_queue | String | — |
workflow_id | String | — |
workflow_type_name | String | — |
Int_comparison_exp
Boolean expression to compare columns of type “Int”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | Int | — |
_gt | Int | — |
_gte | Int | — |
_in | [Int!] | — |
_is_null | Boolean | — |
_lt | Int | — |
_lte | Int | — |
_neq | Int | — |
_nin | [Int!] | — |
jsonb_cast_exp
| Field | Type | Description |
|---|---|---|
String | String_comparison_exp | — |
jsonb_comparison_exp
Boolean expression to compare columns of type “jsonb”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_cast | jsonb_cast_exp | — |
_contained_in | jsonb | is the column contained in the given json value |
_contains | jsonb | does the column contain the given json value at the top level |
_eq | jsonb | — |
_gt | jsonb | — |
_gte | jsonb | — |
_has_key | String | does the string exist as a top-level key in the column |
_has_keys_all | [String!] | do all of these strings exist as top-level keys in the column |
_has_keys_any | [String!] | do any of these strings exist as top-level keys in the column |
_in | [jsonb!] | — |
_is_null | Boolean | — |
_lt | jsonb | — |
_lte | jsonb | — |
_neq | jsonb | — |
_nin | [jsonb!] | — |
notifications_bool_exp
Boolean expression to filter rows from the table “notifications”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [notifications_bool_exp!] | — |
_not | notifications_bool_exp | — |
_or | [notifications_bool_exp!] | — |
body | String_comparison_exp | — |
created_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
metadata | jsonb_comparison_exp | — |
read | Boolean_comparison_exp | — |
title | String_comparison_exp | — |
type | String_comparison_exp | — |
notifications_order_by
Ordering options when selecting data from “notifications”.
| Field | Type | Description |
|---|---|---|
body | order_by | — |
created_at | order_by | — |
id | order_by | — |
metadata | order_by | — |
read | order_by | — |
title | order_by | — |
type | order_by | — |
notifications_pk_columns_input
primary key columns input for table: notifications
| Field | Type | Description |
|---|---|---|
id | uuid! | — |
notifications_set_input
input type for updating data in table “notifications”
| Field | Type | Description |
|---|---|---|
read | Boolean | — |
notifications_stream_cursor_input
Streaming cursor of the table “notifications”
| Field | Type | Description |
|---|---|---|
initial_value | notifications_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
notifications_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
body | String | — |
created_at | timestamptz | — |
id | uuid | — |
metadata | jsonb | — |
read | Boolean | — |
title | String | — |
type | String | — |
notifications_updates
| Field | Type | Description |
|---|---|---|
_set | notifications_set_input | sets the columns of the filtered rows to the given values |
where | notifications_bool_exp! | filter the rows which have to be updated |
personal_access_tokens_bool_exp
Boolean expression to filter rows from the table “personal_access_tokens”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [personal_access_tokens_bool_exp!] | — |
_not | personal_access_tokens_bool_exp | — |
_or | [personal_access_tokens_bool_exp!] | — |
created_at | timestamptz_comparison_exp | — |
expires_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
last_used_at | timestamptz_comparison_exp | — |
name | String_comparison_exp | — |
revoked_at | timestamptz_comparison_exp | — |
scopes | String_array_comparison_exp | — |
personal_access_tokens_order_by
Ordering options when selecting data from “personal_access_tokens”.
| Field | Type | Description |
|---|---|---|
created_at | order_by | — |
expires_at | order_by | — |
id | order_by | — |
last_used_at | order_by | — |
name | order_by | — |
revoked_at | order_by | — |
scopes | order_by | — |
personal_access_tokens_stream_cursor_input
Streaming cursor of the table “personal_access_tokens”
| Field | Type | Description |
|---|---|---|
initial_value | personal_access_tokens_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
personal_access_tokens_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
created_at | timestamptz | — |
expires_at | timestamptz | — |
id | uuid | — |
last_used_at | timestamptz | — |
name | String | — |
revoked_at | timestamptz | — |
scopes | [String!] | — |
pipeline_runs_bool_exp
Boolean expression to filter rows from the table “pipeline_runs”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [pipeline_runs_bool_exp!] | — |
_not | pipeline_runs_bool_exp | — |
_or | [pipeline_runs_bool_exp!] | — |
assets | assets_bool_exp | — |
assets_aggregate | assets_aggregate_bool_exp | — |
completed_at | timestamptz_comparison_exp | — |
created_at | timestamptz_comparison_exp | — |
credits_charged | Int_comparison_exp | — |
error_message | String_comparison_exp | — |
id | uuid_comparison_exp | — |
input | jsonb_comparison_exp | — |
output | jsonb_comparison_exp | — |
pipeline | pipelines_bool_exp | — |
pipeline_id | uuid_comparison_exp | — |
started_at | timestamptz_comparison_exp | — |
status | String_comparison_exp | — |
temporal_workflow_id | String_comparison_exp | — |
pipeline_runs_order_by
Ordering options when selecting data from “pipeline_runs”.
| Field | Type | Description |
|---|---|---|
assets_aggregate | assets_aggregate_order_by | — |
completed_at | order_by | — |
created_at | order_by | — |
credits_charged | order_by | — |
error_message | order_by | — |
id | order_by | — |
input | order_by | — |
output | order_by | — |
pipeline | pipelines_order_by | — |
pipeline_id | order_by | — |
started_at | order_by | — |
status | order_by | — |
temporal_workflow_id | order_by | — |
pipeline_runs_stream_cursor_input
Streaming cursor of the table “pipeline_runs”
| Field | Type | Description |
|---|---|---|
initial_value | pipeline_runs_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
pipeline_runs_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
completed_at | timestamptz | — |
created_at | timestamptz | — |
credits_charged | Int | — |
error_message | String | — |
id | uuid | — |
input | jsonb | — |
output | jsonb | — |
pipeline_id | uuid | — |
started_at | timestamptz | — |
status | String | — |
temporal_workflow_id | String | — |
pipelines_bool_exp
Boolean expression to filter rows from the table “pipelines”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [pipelines_bool_exp!] | — |
_not | pipelines_bool_exp | — |
_or | [pipelines_bool_exp!] | — |
cancellable | Boolean_comparison_exp | — |
category | String_comparison_exp | — |
description | String_comparison_exp | — |
hints | jsonb_comparison_exp | — |
icon_url | String_comparison_exp | — |
id | uuid_comparison_exp | — |
input_schema | jsonb_comparison_exp | — |
is_active | Boolean_comparison_exp | — |
name | String_comparison_exp | — |
output_schema | jsonb_comparison_exp | — |
preview_url | String_comparison_exp | — |
pricing | jsonb_comparison_exp | — |
required_providers | String_array_comparison_exp | — |
seo_content | String_comparison_exp | — |
seo_faq | jsonb_comparison_exp | — |
slug | String_comparison_exp | — |
sort_order | Int_comparison_exp | — |
tags | String_array_comparison_exp | — |
ui_schema | jsonb_comparison_exp | — |
pipelines_order_by
Ordering options when selecting data from “pipelines”.
| Field | Type | Description |
|---|---|---|
cancellable | order_by | — |
category | order_by | — |
description | order_by | — |
hints | order_by | — |
icon_url | order_by | — |
id | order_by | — |
input_schema | order_by | — |
is_active | order_by | — |
name | order_by | — |
output_schema | order_by | — |
preview_url | order_by | — |
pricing | order_by | — |
required_providers | order_by | — |
seo_content | order_by | — |
seo_faq | order_by | — |
slug | order_by | — |
sort_order | order_by | — |
tags | order_by | — |
ui_schema | order_by | — |
pipelines_stream_cursor_input
Streaming cursor of the table “pipelines”
| Field | Type | Description |
|---|---|---|
initial_value | pipelines_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
pipelines_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
cancellable | Boolean | — |
category | String | — |
description | String | — |
hints | jsonb | Structured metadata for AI orchestrators: best_for, avoid_for, limitations, output_characteristics, composability, quality_tips |
icon_url | String | — |
id | uuid | — |
input_schema | jsonb | — |
is_active | Boolean | — |
name | String | — |
output_schema | jsonb | — |
preview_url | String | — |
pricing | jsonb | — |
required_providers | [String!] | — |
seo_content | String | — |
seo_faq | jsonb | — |
slug | String | — |
sort_order | Int | — |
tags | [String!] | — |
ui_schema | jsonb | — |
plans_bool_exp
Boolean expression to filter rows from the table “plans”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [plans_bool_exp!] | — |
_not | plans_bool_exp | — |
_or | [plans_bool_exp!] | — |
description | String_comparison_exp | — |
features | jsonb_comparison_exp | — |
id | uuid_comparison_exp | — |
monthly_credits | Int_comparison_exp | — |
name | String_comparison_exp | — |
price_cents | Int_comparison_exp | — |
slug | String_comparison_exp | — |
sort_order | Int_comparison_exp | — |
whop_plan_id | String_comparison_exp | — |
plans_order_by
Ordering options when selecting data from “plans”.
| Field | Type | Description |
|---|---|---|
description | order_by | — |
features | order_by | — |
id | order_by | — |
monthly_credits | order_by | — |
name | order_by | — |
price_cents | order_by | — |
slug | order_by | — |
sort_order | order_by | — |
whop_plan_id | order_by | — |
plans_stream_cursor_input
Streaming cursor of the table “plans”
| Field | Type | Description |
|---|---|---|
initial_value | plans_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
plans_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
description | String | — |
features | jsonb | — |
id | uuid | — |
monthly_credits | Int | — |
name | String | — |
price_cents | Int | — |
slug | String | — |
sort_order | Int | — |
whop_plan_id | String | — |
String_array_comparison_exp
Boolean expression to compare columns of type “String”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_contained_in | [String!] | is the array contained in the given array value |
_contains | [String!] | does the array contain the given value |
_eq | [String!] | — |
_gt | [String!] | — |
_gte | [String!] | — |
_in | [[String!]!] | — |
_is_null | Boolean | — |
_lt | [String!] | — |
_lte | [String!] | — |
_neq | [String!] | — |
_nin | [[String!]!] | — |
String_comparison_exp
Boolean expression to compare columns of type “String”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | String | — |
_gt | String | — |
_gte | String | — |
_ilike | String | does the column match the given case-insensitive pattern |
_in | [String!] | — |
_iregex | String | does the column match the given POSIX regular expression, case insensitive |
_is_null | Boolean | — |
_like | String | does the column match the given pattern |
_lt | String | — |
_lte | String | — |
_neq | String | — |
_nilike | String | does the column NOT match the given case-insensitive pattern |
_nin | [String!] | — |
_niregex | String | does the column NOT match the given POSIX regular expression, case insensitive |
_nlike | String | does the column NOT match the given pattern |
_nregex | String | does the column NOT match the given POSIX regular expression, case sensitive |
_nsimilar | String | does the column NOT match the given SQL regular expression |
_regex | String | does the column match the given POSIX regular expression, case sensitive |
_similar | String | does the column match the given SQL regular expression |
subscriptions_bool_exp
Boolean expression to filter rows from the table “subscriptions”. All fields are combined with a logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_and | [subscriptions_bool_exp!] | — |
_not | subscriptions_bool_exp | — |
_or | [subscriptions_bool_exp!] | — |
cancel_at_period_end | Boolean_comparison_exp | — |
created_at | timestamptz_comparison_exp | — |
id | uuid_comparison_exp | — |
period_end | timestamptz_comparison_exp | — |
period_start | timestamptz_comparison_exp | — |
plan | plans_bool_exp | — |
plan_id | uuid_comparison_exp | — |
status | String_comparison_exp | — |
subscriptions_order_by
Ordering options when selecting data from “subscriptions”.
| Field | Type | Description |
|---|---|---|
cancel_at_period_end | order_by | — |
created_at | order_by | — |
id | order_by | — |
period_end | order_by | — |
period_start | order_by | — |
plan | plans_order_by | — |
plan_id | order_by | — |
status | order_by | — |
subscriptions_stream_cursor_input
Streaming cursor of the table “subscriptions”
| Field | Type | Description |
|---|---|---|
initial_value | subscriptions_stream_cursor_value_input! | Stream column input with initial value |
ordering | cursor_ordering | cursor ordering |
subscriptions_stream_cursor_value_input
Initial value of the column from where the streaming should start
| Field | Type | Description |
|---|---|---|
cancel_at_period_end | Boolean | — |
created_at | timestamptz | — |
id | uuid | — |
period_end | timestamptz | — |
period_start | timestamptz | — |
plan_id | uuid | — |
status | String | — |
timestamp_comparison_exp
Boolean expression to compare columns of type “timestamp”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | timestamp | — |
_gt | timestamp | — |
_gte | timestamp | — |
_in | [timestamp!] | — |
_is_null | Boolean | — |
_lt | timestamp | — |
_lte | timestamp | — |
_neq | timestamp | — |
_nin | [timestamp!] | — |
timestamptz_comparison_exp
Boolean expression to compare columns of type “timestamptz”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | timestamptz | — |
_gt | timestamptz | — |
_gte | timestamptz | — |
_in | [timestamptz!] | — |
_is_null | Boolean | — |
_lt | timestamptz | — |
_lte | timestamptz | — |
_neq | timestamptz | — |
_nin | [timestamptz!] | — |
uuid_comparison_exp
Boolean expression to compare columns of type “uuid”. All fields are combined with logical ‘AND’.
| Field | Type | Description |
|---|---|---|
_eq | uuid | — |
_gt | uuid | — |
_gte | uuid | — |
_in | [uuid!] | — |
_is_null | Boolean | — |
_lt | uuid | — |
_lte | uuid | — |
_neq | uuid | — |
_nin | [uuid!] | — |
Enums
affiliate_codes_select_column
select columns of table “affiliate_codes”
| Value | Description |
|---|---|
affiliate_id | column name |
code | column name |
created_at | column name |
id | column name |
is_primary | column name |
redirect_path | column name |
affiliates_select_column
select columns of table “affiliates”
| Value | Description |
|---|---|
commission_percent | column name |
created_at | column name |
id | column name |
is_active | column name |
whop_affiliate_id | column name |
assets_select_column
select columns of table “assets”
| Value | Description |
|---|---|
created_at | column name |
id | column name |
metadata | column name |
pipeline_run_id | column name |
preview_frames | column name |
tags | column name |
thumbnail_url | column name |
type | column name |
url | column name |
credit_packs_select_column
select columns of table “credit_packs”
| Value | Description |
|---|---|
credits | column name |
id | column name |
name | column name |
price_cents | column name |
slug | column name |
sort_order | column name |
whop_plan_id | column name |
cursor_ordering
ordering argument of a cursor
| Value | Description |
|---|---|
ASC | ascending ordering of the cursor |
DESC | descending ordering of the cursor |
executions_visibility_select_column
select columns of table “executions_visibility”
| Value | Description |
|---|---|
close_time | column name |
run_id | column name |
start_time | column name |
status | column name |
task_queue | column name |
workflow_id | column name |
workflow_type_name | column name |
notifications_select_column
select columns of table “notifications”
| Value | Description |
|---|---|
body | column name |
created_at | column name |
id | column name |
metadata | column name |
read | column name |
title | column name |
type | column name |
order_by
column ordering options
| Value | Description |
|---|---|
asc | in ascending order, nulls last |
asc_nulls_first | in ascending order, nulls first |
asc_nulls_last | in ascending order, nulls last |
desc | in descending order, nulls first |
desc_nulls_first | in descending order, nulls first |
desc_nulls_last | in descending order, nulls last |
personal_access_tokens_select_column
select columns of table “personal_access_tokens”
| Value | Description |
|---|---|
created_at | column name |
expires_at | column name |
id | column name |
last_used_at | column name |
name | column name |
revoked_at | column name |
scopes | column name |
pipeline_runs_select_column
select columns of table “pipeline_runs”
| Value | Description |
|---|---|
completed_at | column name |
created_at | column name |
credits_charged | column name |
error_message | column name |
id | column name |
input | column name |
output | column name |
pipeline_id | column name |
started_at | column name |
status | column name |
temporal_workflow_id | column name |
pipelines_select_column
select columns of table “pipelines”
| Value | Description |
|---|---|
cancellable | column name |
category | column name |
description | column name |
hints | column name |
icon_url | column name |
id | column name |
input_schema | column name |
is_active | column name |
name | column name |
output_schema | column name |
preview_url | column name |
pricing | column name |
required_providers | column name |
seo_content | column name |
seo_faq | column name |
slug | column name |
sort_order | column name |
tags | column name |
ui_schema | column name |
plans_select_column
select columns of table “plans”
| Value | Description |
|---|---|
description | column name |
features | column name |
id | column name |
monthly_credits | column name |
name | column name |
price_cents | column name |
slug | column name |
sort_order | column name |
whop_plan_id | column name |
subscriptions_select_column
select columns of table “subscriptions”
| Value | Description |
|---|---|
cancel_at_period_end | column name |
created_at | column name |
id | column name |
period_end | column name |
period_start | column name |
plan_id | column name |
status | column name |